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 +1 -1
- package/package.json +1 -1
- package/tak-registration.html +3 -2
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
|
|
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
package/tak-registration.html
CHANGED
|
@@ -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
|
|
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>
|