egovamap 0.33.25 → 0.33.27

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.
@@ -1584,7 +1584,7 @@ var egovaBI = function (globeMap, gisMap, mapType) {
1584
1584
  mapInstance.line(options, cb);
1585
1585
  };
1586
1586
  // webgl无人机机场接口
1587
- that.addSpotEffect = function (options) {
1587
+ this.addDock = function (options) {
1588
1588
  if (globeMap != null && mapType == 'globe') {
1589
1589
  globeMap.addDock(options);
1590
1590
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.33.25",
3
+ "version": "0.33.27",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {