egovamap 0.24.2 → 0.24.3

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.
@@ -971,7 +971,7 @@ var egovaBI = function(globeMap, gisMap, mapType){
971
971
 
972
972
  this.deActiveLayer = function (layerName, filter) {
973
973
  if (gisMap != null && mapType == "map") {
974
- gisMap.activeLayer(layerName, filter);
974
+ gisMap.deActiveLayer(layerName, filter);
975
975
  }
976
976
  }
977
977
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.24.2",
3
+ "version": "0.24.3",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {