egovamap 0.29.5 → 0.30.1
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 +3 -1
- package/egovamap/egovagis.js +3 -1
- package/egovamap/egovamap.js +2 -1
- package/package.json +1 -1
package/egovamap/egovaBI.js
CHANGED
package/egovamap/egovagis.js
CHANGED
|
@@ -1018,7 +1018,8 @@ var EGovaGISMap = function (
|
|
|
1018
1018
|
hasHover,
|
|
1019
1019
|
layerID,
|
|
1020
1020
|
mouseOutCallback,
|
|
1021
|
-
options
|
|
1021
|
+
options,
|
|
1022
|
+
changeObjectID
|
|
1022
1023
|
) {
|
|
1023
1024
|
if (scene == null) return;
|
|
1024
1025
|
// 移除监听
|
|
@@ -1063,6 +1064,7 @@ var EGovaGISMap = function (
|
|
|
1063
1064
|
hasHover,
|
|
1064
1065
|
layerID,
|
|
1065
1066
|
options,
|
|
1067
|
+
changeObjectID
|
|
1066
1068
|
],
|
|
1067
1069
|
},
|
|
1068
1070
|
parentScene,
|
package/egovamap/egovamap.js
CHANGED