@tak-ps/node-cot 3.4.2 → 3.4.3
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/CHANGELOG.md +4 -0
- package/README.md +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -44,6 +44,8 @@ The following are the most important/relevant properties
|
|
|
44
44
|
| `.properties.start` | Time at which CoT is relevant |
|
|
45
45
|
| `.properties.stale` | Time at which CoT expires |
|
|
46
46
|
| `.properties.callsign`| Displayed callsign (basically the name of the feature) |
|
|
47
|
+
| `.properties.speed` | Speed in m/s of the object |
|
|
48
|
+
| `.properties.course` | Course in degrees from north of the object |
|
|
47
49
|
|
|
48
50
|
Styles can also be applied to features using the following
|
|
49
51
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tak-ps/node-cot",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.3",
|
|
5
5
|
"description": "Lightweight JavaScript library for parsing and manipulating TAK messages",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"eslint-plugin-node": "^11.1.0",
|
|
31
31
|
"tape": "^5.6.1",
|
|
32
32
|
"ts-node": "^10.9.1",
|
|
33
|
-
"ts-node-test": "^0.
|
|
34
|
-
"typescript": "^
|
|
33
|
+
"ts-node-test": "^0.4.0",
|
|
34
|
+
"typescript": "^5.0.0"
|
|
35
35
|
},
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|