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.
- package/egovamap/egovaBI.js +1 -1
- package/egovamap/egovaglobe.js +1 -1
- package/package.json +1 -1
package/egovamap/egovaBI.js
CHANGED
|
@@ -1584,7 +1584,7 @@ var egovaBI = function (globeMap, gisMap, mapType) {
|
|
|
1584
1584
|
mapInstance.line(options, cb);
|
|
1585
1585
|
};
|
|
1586
1586
|
// webgl无人机机场接口
|
|
1587
|
-
this.
|
|
1587
|
+
this.addDock = function (options) {
|
|
1588
1588
|
if (globeMap != null && mapType == 'globe') {
|
|
1589
1589
|
globeMap.addDock(options);
|
|
1590
1590
|
}
|
package/egovamap/egovaglobe.js
CHANGED