egovamap 0.35.18 → 0.35.19

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.
@@ -1026,7 +1026,6 @@ var EGovaGISMap = function (
1026
1026
  var clickBackName = "showMultiObjectCurrentPositionClick";
1027
1027
  var mouseOverBackName = "showMultiObjectCurrentPositionMouseover";
1028
1028
  var mouseOutBackName = "showMultiObjectCurrentPositionMouseout";
1029
- var getGeoHashesCallbackName = "getGeoHashesCallback";
1030
1029
  if (options && options.callbacksuffix) {
1031
1030
  clickBackName += options.callbacksuffix;
1032
1031
  mouseOverBackName += options.callbacksuffix;
@@ -1035,7 +1034,6 @@ var EGovaGISMap = function (
1035
1034
  that.removeEventBind(clickBackName);
1036
1035
  that.removeEventBind(mouseOverBackName);
1037
1036
  that.removeEventBind(mouseOutBackName);
1038
- that.removeEventBind(getGeoHashesCallbackName);
1039
1037
  if (clickCallback instanceof Function) {
1040
1038
  that.bindEvent(clickBackName, function (evt) {
1041
1039
  clickCallback(evt.args);
@@ -1052,6 +1050,7 @@ var EGovaGISMap = function (
1052
1050
  });
1053
1051
  }
1054
1052
  if (options && options.getgeohashCallback && options.getgeohashCallback instanceof Function) {
1053
+ that.removeEventBind("getGeoHashesCallback");
1055
1054
  scene.on(msgPrefix + ":getGeoHashesCallback", options.getgeohashCallback, parentScene, false);
1056
1055
  }
1057
1056
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.35.18",
3
+ "version": "0.35.19",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {