@mapgis/webclient-mapboxgl-plugin 17.0.2 → 17.0.4
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 +10 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/es5/webclient-mapboxgl-plugin.min.js +1 -1
- package/dist/webclient-mapboxgl-plugin-es6.min.js +1 -1
- package/documention/EchartsLayer.html +2 -0
- package/documention/MapViewMapboxgl.html +71 -16
- package/documention/Popup.html +34 -12
- package/documention/Screenshot.html +13 -8
- package/documention/SketchEditorMapboxgl.html +51 -18
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapvLayer.html +3 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -211,13 +211,22 @@ const mapView = new MapViewMapboxgl({
|
|
|
211
211
|
# 4、@mapgis/webclient-leaflet-plugin 版本说明
|
|
212
212
|
|
|
213
213
|
## 4.1、正式版
|
|
214
|
+
|
|
215
|
+
### v17.0.3
|
|
216
|
+
|
|
217
|
+
**更新说明:**
|
|
218
|
+
|
|
219
|
+
1. 功能优化
|
|
220
|
+
|
|
221
|
+
- 修复已知问题
|
|
222
|
+
|
|
214
223
|
### v17.0.2
|
|
215
224
|
|
|
216
225
|
**更新说明:**
|
|
217
226
|
|
|
218
227
|
1. 功能优化
|
|
219
228
|
|
|
220
|
-
-
|
|
229
|
+
- 修复已知问题
|
|
221
230
|
|
|
222
231
|
### v17.0.0
|
|
223
232
|
|