egovamap 0.33.26 → 0.33.28

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
- this.addSpotEffect = function (options) {
1587
+ this.addDock = function (options) {
1588
1588
  if (globeMap != null && mapType == 'globe') {
1589
1589
  globeMap.addDock(options);
1590
1590
  }
@@ -3717,7 +3717,7 @@ var EGovaGlobeMap = function (
3717
3717
  if (scene == null) return;
3718
3718
  scene.fire(
3719
3719
  msgPrefix + ':addDock',
3720
- { args: [options, data] },
3720
+ { args: [options] },
3721
3721
  parentScene,
3722
3722
  false
3723
3723
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.33.26",
3
+ "version": "0.33.28",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {