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.
@@ -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.textStartX + "px",
140
- yoffset: options.clusterStyle.textStartY + "px",
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",
@@ -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("getPhyLayerInfoCallBack");
1183
+ that.removeEventBind("getPhyLayerInfoCallback");
1184
1184
  if (getPhyLayerInfoCallBack != undefined) {
1185
1185
  that.bindEvent("getPhyLayerInfoCallback", function(evt) {
1186
1186
  getPhyLayerInfoCallBack(evt.args);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.15.13",
3
+ "version": "0.15.14",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {