egovamap 0.15.13 → 0.15.14
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 +2 -2
- package/egovamap/egovagis.js +1 -1
- package/package.json +1 -1
package/egovamap/egovaBI.js
CHANGED
|
@@ -136,8 +136,8 @@ var egovaBI = function(globeMap, gisMap, mapType){
|
|
|
136
136
|
type: "text",
|
|
137
137
|
color: options.clusterStyle.fillColor,
|
|
138
138
|
text: "",
|
|
139
|
-
xoffset: options.clusterStyle.
|
|
140
|
-
yoffset: options.clusterStyle.
|
|
139
|
+
xoffset: options.clusterStyle.xoffset + "px",
|
|
140
|
+
yoffset: options.clusterStyle.yoffset + "px",
|
|
141
141
|
font: {
|
|
142
142
|
size: options.clusterStyle.fontSize + "px",
|
|
143
143
|
weight: options.clusterStyle.fontWeight || "normal",
|
package/egovamap/egovagis.js
CHANGED
|
@@ -1180,7 +1180,7 @@ var EGovaGISMap = function ($container, pScene, prefix, gisParams, mapConfig,con
|
|
|
1180
1180
|
|
|
1181
1181
|
/* 获取图层信息 */
|
|
1182
1182
|
that.getPhyLayerInfo=function (phyLayerID,getPhyLayerInfoCallBack) {
|
|
1183
|
-
that.removeEventBind("
|
|
1183
|
+
that.removeEventBind("getPhyLayerInfoCallback");
|
|
1184
1184
|
if (getPhyLayerInfoCallBack != undefined) {
|
|
1185
1185
|
that.bindEvent("getPhyLayerInfoCallback", function(evt) {
|
|
1186
1186
|
getPhyLayerInfoCallBack(evt.args);
|