node-red-contrib-tak-registration 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -41,7 +41,7 @@ to send to all users, or **public** to just upload the package to the TAK server
41
41
 
42
42
  To create or update a simple marker send a msg with the following property
43
43
 
44
- - **payload** - *object* - a "standard" node-red worldmap format msg.payload containing `name, lat, lon, cottype or SIDC, (alt), (speed), (bearing), (layer)`, where `cottype` is the CoT type eg a-f-g-u, or `SIDC` is the standard mil 2525C code, eg SFGPU. The `layer` will get turned into a hashtag which can then be selected on/off in the TAK app layers control.
44
+ - **payload** - *object* - a "standard" node-red worldmap format msg.payload containing `name, lat, lon, SIDC or cottype or aistype, (alt), (speed), (bearing), (layer), (remarks)`, where `SIDC` is the standard mil 2525C code, eg SFGPU, `cottype` is the CoT type, eg a-f-g-u, or `aistype` is the AIS ship type number, eg 80 for a tanker. The `layer` will get turned into a hashtag which can then be selected on/off in the TAK app layers control, and any `remarks` will get added to the CoT remarks field.
45
45
 
46
46
  ### Sending drawing layer...
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-tak-registration",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK",
5
5
  "dependencies": {
6
6
  "@turf/turf": "^6.5.0",
@@ -143,9 +143,10 @@
143
143
  <dl class="message-properties">
144
144
  <dt>payload <span class="property-type">object</span></dt>
145
145
  <dd>a "standard" <b>node-red worldmap</b> format msg.payload containing `name, lat, lon, SIDC or cottype or aistype,
146
- (alt), (speed), (bearing), (layer)`, where SIDC is the standard mil 2525C code, eg SFGPU, or cottype is the
146
+ (alt), (speed), (bearing), (layer), (remarks)`, where SIDC is the standard mil 2525C code, eg SFGPU, or cottype is the
147
147
  CoT type, eg a-f-g-u, or aistype is the AIS type code, eg 80 for a tanker. The layer will get turned into a hashtag
148
- which can then be selected on/off in the TAK app layers control.</dd>
148
+ which can then be selected on/off in the TAK app layers control, and any `remarks` will get added to the CoT remarks
149
+ field.</dd>
149
150
  </dl>
150
151
 
151
152
  <h3>Updating gateway position...</h3>