@taichina/map-sdk 1.0.3 → 1.0.6

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
@@ -8,16 +8,6 @@
8
8
  npm install @taichina/map-sdk
9
9
  ```
10
10
 
11
- ## 开发
12
-
13
- ```bash
14
- git clone ssh://git@css.teeechina.com:8882/rswp/teeemap-sdk.git
15
- cd teeemap-sdk
16
- npm install
17
- git submodule update --init --recursive
18
- npm run build
19
- ```
20
-
21
11
  ## 快速开始
22
12
 
23
13
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taichina/map-sdk",
3
- "version": "1.0.3",
3
+ "version": "1.0.6",
4
4
  "description": "基于 GIS 的铁路业务地图 SDK。",
5
5
  "type": "module",
6
6
  "main": "./teee-sdk/teee-map-sdk.umd.js",
@@ -43,6 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@turf/bbox": "^7.0.0",
46
+ "@turf/nearest-point-on-line": "^7.3.5",
46
47
  "@watergis/maplibre-gl-terradraw": "^1.13.1",
47
48
  "pako": "^2.1.0"
48
49
  }