egovamap 0.13.1 → 0.13.2
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/egovagis.js +1 -1
- package/egovamap/egovamap.js +1 -1
- package/package.json +1 -1
package/egovamap/egovagis.js
CHANGED
|
@@ -510,7 +510,7 @@ var EGovaGISMap = function ($container, pScene, prefix, gisParams, mapConfig,con
|
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
512
|
/* 显示多个自定义图标 */
|
|
513
|
-
that.showMultiObjectCurrentPosition = function (jsonInfo, zoom, bClear, hStyleID, infoStyle, bCanvas, tagName, clusterOption,hasHover, clickCallback,mouseOverCallBack) {
|
|
513
|
+
that.showMultiObjectCurrentPosition = function (jsonInfo, zoom, bClear, hStyleID, infoStyle, bCanvas, tagName, clusterOption, hasHover, layerID, clickCallback, mouseOverCallBack) {
|
|
514
514
|
if (scene == null)
|
|
515
515
|
return;
|
|
516
516
|
// 移除监听
|
package/egovamap/egovamap.js
CHANGED
|
@@ -1664,7 +1664,7 @@ var EGovaMap = function (containerID, callback, mapConfig, mapType, mapParam, co
|
|
|
1664
1664
|
};
|
|
1665
1665
|
|
|
1666
1666
|
/* 显示多个自定义图标 */
|
|
1667
|
-
that.showMultiObjectCurrentPosition = function (jsonInfo, zoom, bClear, hStyleID, infoStyle, bCanvas, tagName, clickCallback, mouseOverCallBack, clusterOption,hasHover) {
|
|
1667
|
+
that.showMultiObjectCurrentPosition = function (jsonInfo, zoom, bClear, hStyleID, infoStyle, bCanvas, tagName, clickCallback, mouseOverCallBack, clusterOption, hasHover, layerID) {
|
|
1668
1668
|
if (scene == null)
|
|
1669
1669
|
return;
|
|
1670
1670
|
if (gisMap != null && that.synchroSetting === true) {
|