@mapgis/webclient-leaflet-plugin 17.6.15 → 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 (44) hide show
  1. package/README.md +35 -0
  2. package/dist/es5/webclient-common.min.js +10 -10
  3. package/dist/es5/webclient-leaflet-plugin.min.js +6 -6
  4. package/dist/webclient-leaflet-plugin-es6.min.js +6 -6
  5. package/documention/ArcGISMapImageLayer.html +2 -2
  6. package/documention/ArcGISTileLayer.html +2 -2
  7. package/documention/EchartsLayer.html +2 -2
  8. package/documention/FeatureLayer.html +2 -2
  9. package/documention/FeatureLayerUtil.html +2 -2
  10. package/documention/IGSImageryLayer.html +2 -2
  11. package/documention/IGSImageryTileLayer.html +2 -2
  12. package/documention/IGSMapImageLayer.html +2 -2
  13. package/documention/IGSTileLayer.html +2 -2
  14. package/documention/L.zondy.MapvBaseLayer.html +2 -2
  15. package/documention/MapLayer.html +41 -2
  16. package/documention/MapVLayer.html +2 -2
  17. package/documention/MapView.html +32 -2
  18. package/documention/Popup.html +2 -2
  19. package/documention/Screenshot.html +2 -2
  20. package/documention/SketchEditor.html +2 -2
  21. package/documention/SwipeControl.html +2 -2
  22. package/documention/SwipeTool.html +2 -2
  23. package/documention/TileLayer.html +41 -2
  24. package/documention/TileLayerWMS.html +2 -2
  25. package/documention/VectorTileLayer.html +2 -2
  26. package/documention/WMSLayerView.html +2 -2
  27. package/documention/WebMapServiceLayer.html +2 -2
  28. package/documention/WebMapTileServiceLayer.html +2 -2
  29. package/documention/WebTileLayer.html +2 -2
  30. package/documention/global.html +721 -80
  31. package/documention/index.html +2 -2
  32. package/documention/initializeOptions.html +2 -2
  33. package/documention/zondy.themelayer.GeoFeatureThemeLayer.html +2 -2
  34. package/documention/zondy.themelayer.GraphThemeLayer.html +2 -2
  35. package/documention/zondy.themelayer.RandomThemeLayer.html +2 -2
  36. package/documention/zondy.themelayer.ThemeLayer.html +2 -2
  37. package/documention/zondy.themelayer.ThemeStyle.html +2 -2
  38. package/documention/zondy.themelayer.rangeThemeLayer.html +2 -2
  39. package/documention/zondy.themelayer.rankSymbolThemeLayer.html +2 -2
  40. package/documention/zondy.themelayer.simpleThemeLayer.html +2 -2
  41. package/documention/zondy.themelayer.uniqueThemeLayer.html +2 -2
  42. package/documention/zondy.view.UI.html +2 -2
  43. package/documention/zondy.widget.html +2 -2
  44. package/package.json +1 -1
package/README.md CHANGED
@@ -210,6 +210,41 @@ const mapView = new MapView({
210
210
 
211
211
  ## 4.1、正式版
212
212
 
213
+ ### v17.6.20
214
+
215
+ **更新说明:**
216
+
217
+ - 此版本无更新
218
+
219
+ ### v17.6.19
220
+
221
+ **更新说明:**
222
+
223
+ - 此版本无更新
224
+
225
+ ### v17.6.18
226
+
227
+ **更新说明:**
228
+
229
+ - 修复部分图层截屏报错的问题
230
+
231
+ ### v17.6.17
232
+
233
+ **更新说明:**
234
+
235
+ 1. 功能新增
236
+
237
+ - 增加图层出图完毕的监听事件
238
+
239
+
240
+ ### v17.6.16
241
+
242
+ **更新说明:**
243
+
244
+ 1. 功能新增
245
+
246
+ - 提供卷帘相关的原生控件接口 L.Control.Swipe 、混合接口 SwipeControl、工具接口 SwipeTool
247
+
213
248
  ### v17.6.15
214
249
 
215
250
  **更新说明:**