egovamap 0.35.66 → 0.35.67

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.
@@ -5825,6 +5825,13 @@ var EGovaMapUtils = {
5825
5825
  }
5826
5826
  }
5827
5827
  }
5828
+
5829
+ if(window && window.eMapList){
5830
+ const mapId = uniqueID+ '_gis_map';
5831
+ if(window.eMapList[mapId]){
5832
+ delete window.eMapList[mapId];
5833
+ }
5834
+ }
5828
5835
  },
5829
5836
  };
5830
5837
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.35.66",
3
+ "version": "0.35.67",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {