egovamap 0.13.3 → 0.14.0

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.
@@ -698,6 +698,14 @@ var EGovaGISMap = function ($container, pScene, prefix, gisParams, mapConfig,con
698
698
  parentScene);
699
699
  }
700
700
 
701
+ /**
702
+ *停止绘制要素
703
+ **/
704
+ that.stopDraw = function(){
705
+ scene.fire(msgPrefix + ":stopDraw", { args: [] },
706
+ parentScene);
707
+ }
708
+
701
709
  /**
702
710
  *等值面生成
703
711
  **/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.13.3",
3
+ "version": "0.14.0",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {