@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.
- package/README.md +17 -0
- package/dist/es5/webclient-common.min.js +10 -10
- package/dist/webclient-common-es6.min.js +10 -10
- package/documention/BaseView.html +345 -0
- package/documention/HTMLMarkerSymbol.html +2 -2
- package/documention/LayerDef.html +2 -2
- package/documention/MapView.html +350 -0
- package/documention/OutStatisticType.html +2 -2
- package/documention/QueryFeaturesData.html +2 -2
- package/documention/QueryFeaturesInLayersData.html +4 -4
- package/documention/QueryFeaturesInLayersOptions.html +2 -2
- package/documention/QueryFeaturesResult.html +2 -2
- package/documention/QueryFeauresOptions.html +2 -2
- package/documention/RendererCollection.html +7332 -0
- package/documention/SceneView.html +350 -0
- package/documention/SketchCircleDrawTool.html +5 -164
- package/documention/SketchEditor.html +405 -4
- package/documention/SketchEditor3D.html +77 -0
- package/documention/SketchExtentDrawTool.html +5 -164
- package/documention/SketchFreehandPolygonDrawTool.html +5 -0
- package/documention/SketchFreehandPolylineDrawTool.html +5 -164
- package/documention/SketchPointDrawTool.html +10 -0
- package/documention/SketchPolygonDrawTool.html +10 -0
- package/documention/SketchPolylineDrawTool.html +10 -328
- package/documention/SketchStyle.html +92 -0
- package/documention/TileDisplayMode.html +805 -0
- package/documention/ViewEventType.html +81 -0
- package/documention/WorkFlowServer600371.html +4216 -0
- package/documention/WorkFlowServer600372.html +4213 -0
- package/documention/global.html +190 -0
- 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
|
**更新说明:**
|