egovamap 0.15.11 → 0.15.12

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.
@@ -516,9 +516,9 @@ var EGovaGISMap = function ($container, pScene, prefix, gisParams, mapConfig,con
516
516
  // 移除监听
517
517
  var clickBackName = "showMultiObjectCurrentPositionClick";
518
518
  var mouseOverBackName = "showMultiObjectCurrentPositionMouseover";
519
- if(tagName){
520
- clickBackName += tagName;
521
- mouseOverBackName += tagName;
519
+ if(options&&options.callbacksuffix){
520
+ clickBackName += options.callbacksuffix;
521
+ mouseOverBackName += options.callbacksuffix;
522
522
  }
523
523
  that.removeEventBind(clickBackName);
524
524
  that.removeEventBind(mouseOverBackName);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.15.11",
3
+ "version": "0.15.12",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {