@mapgis/webclient-leaflet-plugin 17.0.2 → 17.0.5

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 (27) hide show
  1. package/README.md +25 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/es5/webclient-leaflet-plugin.min.js +2 -2
  4. package/dist/webclient-leaflet-plugin-es6.min.js +8 -8
  5. package/documention/DrawControl.html +28 -13
  6. package/documention/L.zondy.MapvBaseLayer.html +45 -15
  7. package/documention/MapViewLeaflet.html +903 -263
  8. package/documention/Popup.html +156 -42
  9. package/documention/Screenshot.html +46 -21
  10. package/documention/SketchEditorLeaflet.html +261 -88
  11. package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +352 -122
  12. package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +525 -175
  13. package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +395 -140
  14. package/documention/Zondy.ThemeLayer.ThemeLayer.html +253 -78
  15. package/documention/Zondy.ThemeLayer.ThemeStyle.html +560 -140
  16. package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +423 -148
  17. package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +557 -187
  18. package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +388 -138
  19. package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +403 -143
  20. package/documention/Zondy.Widget.html +45 -12
  21. package/documention/Zondy.view.UI.html +26 -7
  22. package/documention/global.html +28 -8
  23. package/documention/index.html +4 -4
  24. package/documention/scripts/sideBar.js +133 -6
  25. package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +1 -1
  26. package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +1 -1
  27. package/package.json +1 -1
package/README.md CHANGED
@@ -211,13 +211,37 @@ const mapView = new MapViewLeaflet({
211
211
 
212
212
  ## 4.1、正式版
213
213
 
214
+ ### v17.0.5
215
+
216
+ **更新说明:**
217
+
218
+ 1. 功能优化
219
+
220
+ - 优化Leaflet引擎矢量瓦片加载效果
221
+
222
+ ### v17.0.4
223
+
224
+ **更新说明:**
225
+
226
+ 1. 功能优化
227
+
228
+ - 修复已知问题
229
+
230
+ ### v17.0.3
231
+
232
+ **更新说明:**
233
+
234
+ 1. 功能优化
235
+
236
+ - 修复已知问题
237
+
214
238
  ### v17.0.2
215
239
 
216
240
  **更新说明:**
217
241
 
218
242
  1. 功能优化
219
243
 
220
- - 修复部分已知问题
244
+ - 修复已知问题
221
245
 
222
246
  ### v17.0.0
223
247