raintee-maputils 1.0.47 → 1.0.49

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/index.js CHANGED
@@ -3,8 +3,9 @@ import * as RainteeConstants from './src/RainteeConstants.js';
3
3
  import * as RainteeGISUtil from './src/RainteeGISUtil.js';
4
4
  import * as RainteeSourceMapTool from './src/RainteeSourceMapTool.js';
5
5
  // 以下是地图相关的工具类
6
- import RulerControl from '@mapbox-controls/ruler'
6
+ import RulerControl from '@mapbox-controls/ruler';
7
7
  import CustomSearchSelectControl from './src/mapbox/CustomSearchSelectControl.js';
8
+ import MapJumpControl from './src/mapbox/MapJumpControl.js';
8
9
  import { CustomOptionsControl } from './src/mapbox/CustomOptionsControl.js';
9
10
  import { CustomToggleControl } from './src/mapbox/CustomToggleControl.js';
10
11
  import { RasterLayerControl } from './src/mapbox/RasterLayerController.js';
@@ -12,8 +13,6 @@ import { TerrainToggleControl } from './src/mapbox/TerrainToggleControl.js';
12
13
  import { DrawCacheFeatureManager } from './src/mapbox/DrawCacheFeatureManager.js';
13
14
  // 以下是通用的工具类
14
15
  import { useDrawCache } from './src/common/useDrawCache.js';
15
- import * as CoordinateConverter from './src/common/CoordinateConverter.js';
16
-
17
16
  export {
18
17
  RainteeConstants,
19
18
  RainteeGISUtil,
@@ -21,10 +20,10 @@ export {
21
20
  RulerControl,
22
21
  CustomOptionsControl,
23
22
  CustomToggleControl,
23
+ MapJumpControl,
24
24
  CustomSearchSelectControl,
25
25
  RasterLayerControl,
26
26
  TerrainToggleControl,
27
27
  DrawCacheFeatureManager,
28
28
  useDrawCache,
29
- CoordinateConverter
30
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raintee-maputils",
3
- "version": "1.0.47",
3
+ "version": "1.0.49",
4
4
  "description": "Raintee的GIS开发工具包",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -19,6 +19,7 @@
19
19
  "dependencies": {
20
20
  "@mapbox-controls/ruler": "^3.0.0",
21
21
  "@turf/turf": "^7.2.0",
22
+ "chncrs": "^0.1.6",
22
23
  "proj4": "^2.20.2"
23
24
  },
24
25
  "keywords": [