egovamap 0.14.1 → 0.14.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
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, layerID,
|
|
513
|
+
that.showMultiObjectCurrentPosition = function (jsonInfo, zoom, bClear, hStyleID, infoStyle, bCanvas, tagName, clickCallback, mouseOverCallBack, clusterOption, hasHover, layerID, mouseOutCallback, options) {
|
|
514
514
|
if (scene == null)
|
|
515
515
|
return;
|
|
516
516
|
// 移除监听
|
|
@@ -857,7 +857,7 @@ var EGovaGISMap = function ($container, pScene, prefix, gisParams, mapConfig, co
|
|
|
857
857
|
}
|
|
858
858
|
|
|
859
859
|
/* 显示多个自定义图标 */
|
|
860
|
-
that.showMultiObjectCurrentPosition = function (jsonInfo, zoom, bClear, hStyleID, infoStyle, bCanvas, clickCallback,
|
|
860
|
+
that.showMultiObjectCurrentPosition = function (jsonInfo, zoom, bClear, hStyleID, infoStyle, bCanvas, tagName, clickCallback, mouseOverCallback, clusterOption, hasHover, layerName, mouseOutCallback, options) {
|
|
861
861
|
if (scene == null)
|
|
862
862
|
return;
|
|
863
863
|
|
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, layerID) {
|
|
1667
|
+
that.showMultiObjectCurrentPosition = function (jsonInfo, zoom, bClear, hStyleID, infoStyle, bCanvas, tagName, clickCallback, mouseOverCallBack, clusterOption, hasHover, layerID, mouseOutCallback, options) {
|
|
1668
1668
|
if (scene == null)
|
|
1669
1669
|
return;
|
|
1670
1670
|
if (gisMap != null && that.synchroSetting === true) {
|
|
@@ -3620,7 +3620,7 @@ var EGovaMap = function (containerID, callback, mapConfig, mapType, mapParam, co
|
|
|
3620
3620
|
/**
|
|
3621
3621
|
* 获取区域信息
|
|
3622
3622
|
* @param {String} params: {
|
|
3623
|
-
* regionType: 1,
|
|
3623
|
+
* regionType: 1, // 区域类型:1:市 | 2:区 | 3:街道 | 4:社区
|
|
3624
3624
|
* seniorId: -1
|
|
3625
3625
|
* }
|
|
3626
3626
|
* @callback 回调函数
|