raintee-maputils 1.0.42 → 1.0.44

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
@@ -4,6 +4,7 @@ import * as RainteeGISUtil from './src/RainteeGISUtil.js';
4
4
  import * as RainteeSourceMapTool from './src/RainteeSourceMapTool.js';
5
5
  // 以下是地图相关的工具类
6
6
  import RulerControl from '@mapbox-controls/ruler'
7
+ import CustomSearchSelectControl from './src/mapbox/CustomSearchSelectControl.js';
7
8
  import { CustomOptionsControl } from './src/mapbox/CustomOptionsControl.js';
8
9
  import { CustomToggleControl } from './src/mapbox/CustomToggleControl.js';
9
10
  import { RasterLayerControl } from './src/mapbox/RasterLayerController.js';
@@ -19,6 +20,7 @@ export {
19
20
  RulerControl,
20
21
  CustomOptionsControl,
21
22
  CustomToggleControl,
23
+ CustomSearchSelectControl,
22
24
  RasterLayerControl,
23
25
  TerrainToggleControl,
24
26
  DrawCacheFeatureManager,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raintee-maputils",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "description": "Raintee的GIS开发工具包",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",