@tak-ps/node-cot 12.32.3 → 12.32.4
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 +13 -2
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<p align=center>Typescript/Javascript Cursor-On-Target Library</p>
|
|
4
4
|
|
|
5
5
|
<p align='center'>
|
|
6
|
-
<a href="https://codecov.io/gh/dfpc-coe/node-CoT" >
|
|
7
|
-
<img src="https://codecov.io/gh/dfpc-coe/node-CoT/graph/badge.svg?token=0SENX44QG7"/>
|
|
6
|
+
<a href="https://codecov.io/gh/dfpc-coe/node-CoT" >
|
|
7
|
+
<img src="https://codecov.io/gh/dfpc-coe/node-CoT/graph/badge.svg?token=0SENX44QG7"/>
|
|
8
8
|
</a>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
@@ -20,6 +20,17 @@ It also support creating and parsing the following TAK Data Types
|
|
|
20
20
|
- Data Packages (CoTs, Attachments, etc)
|
|
21
21
|
- Basemap XML Documents
|
|
22
22
|
|
|
23
|
+
## API Documentation
|
|
24
|
+
|
|
25
|
+
API Documentation for the latest version can be found on our [Github Pages Site](https://dfpc-coe.github.io/node-CoT/)
|
|
26
|
+
|
|
27
|
+
Or generated locally with
|
|
28
|
+
|
|
29
|
+
```sh
|
|
30
|
+
npm run doc
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
|
|
23
34
|
## Installation
|
|
24
35
|
|
|
25
36
|
### NPM
|
package/dist/package.json
CHANGED
package/package.json
CHANGED