@mapgis/webclient-common 17.6.18 → 17.6.20

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.
Files changed (31) hide show
  1. package/README.md +17 -0
  2. package/dist/es5/webclient-common.min.js +10 -10
  3. package/dist/webclient-common-es6.min.js +10 -10
  4. package/documention/BaseView.html +345 -0
  5. package/documention/HTMLMarkerSymbol.html +2 -2
  6. package/documention/LayerDef.html +2 -2
  7. package/documention/MapView.html +350 -0
  8. package/documention/OutStatisticType.html +2 -2
  9. package/documention/QueryFeaturesData.html +2 -2
  10. package/documention/QueryFeaturesInLayersData.html +4 -4
  11. package/documention/QueryFeaturesInLayersOptions.html +2 -2
  12. package/documention/QueryFeaturesResult.html +2 -2
  13. package/documention/QueryFeauresOptions.html +2 -2
  14. package/documention/RendererCollection.html +7332 -0
  15. package/documention/SceneView.html +350 -0
  16. package/documention/SketchCircleDrawTool.html +5 -164
  17. package/documention/SketchEditor.html +405 -4
  18. package/documention/SketchEditor3D.html +77 -0
  19. package/documention/SketchExtentDrawTool.html +5 -164
  20. package/documention/SketchFreehandPolygonDrawTool.html +5 -0
  21. package/documention/SketchFreehandPolylineDrawTool.html +5 -164
  22. package/documention/SketchPointDrawTool.html +10 -0
  23. package/documention/SketchPolygonDrawTool.html +10 -0
  24. package/documention/SketchPolylineDrawTool.html +10 -328
  25. package/documention/SketchStyle.html +92 -0
  26. package/documention/TileDisplayMode.html +805 -0
  27. package/documention/ViewEventType.html +81 -0
  28. package/documention/WorkFlowServer600371.html +4216 -0
  29. package/documention/WorkFlowServer600372.html +4213 -0
  30. package/documention/global.html +190 -0
  31. package/package.json +1 -1
package/README.md CHANGED
@@ -149,6 +149,23 @@ const mapImageLayer = new IGSMapImageLayer()
149
149
 
150
150
  ## 4.1、正式版
151
151
 
152
+ ### v17.6.20
153
+
154
+ **更新说明:**
155
+
156
+ 1. 功能新增
157
+
158
+ - 草图编辑器增加 editOption 配置编辑模式
159
+ - BaseView 中增加 innerView-created 引擎视图创建完毕事件
160
+
161
+ ### v17.6.19
162
+
163
+ **更新说明:**
164
+
165
+ 1. 功能优化
166
+
167
+ - 解决图层视图还未加载完毕时移除图层失败的问题
168
+
152
169
  ### v17.6.18
153
170
 
154
171
  **更新说明:**