egovamap 0.17.14 → 0.17.15

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.
@@ -611,10 +611,10 @@ var EGovaMap = function (containerID, callback, mapConfig, mapType, mapParam, co
611
611
  }
612
612
  if (globeMap != null) {
613
613
  if(id){
614
- globeMap.clearAllGraphics(id);
614
+ globeMap.clearAllLayer();
615
615
  }
616
616
  else{
617
- globeMap.clearAllLayer();
617
+ globeMap.clearAllGraphics(id);
618
618
  }
619
619
  //globeMap.clearAllGraphics(id);
620
620
  //globeMap.clearAllLayer();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.17.14",
3
+ "version": "0.17.15",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {