@mapgis/webclient-leaflet-plugin 17.6.11 → 17.6.18

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 +51 -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 +97 -21
  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 +116 -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 +712 -165
  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,57 @@ const mapView = new MapView({
210
210
 
211
211
  ## 4.1、正式版
212
212
 
213
+ ### v17.6.18
214
+
215
+ **更新说明:**
216
+
217
+ - 修复部分图层截屏报错的问题
218
+
219
+ ### v17.6.17
220
+
221
+ **更新说明:**
222
+
223
+ 1. 功能新增
224
+
225
+ - 增加图层出图完毕的监听事件
226
+
227
+
228
+ ### v17.6.16
229
+
230
+ **更新说明:**
231
+
232
+ 1. 功能新增
233
+
234
+ - 提供卷帘相关的原生控件接口 L.Control.Swipe 、混合接口 SwipeControl、工具接口 SwipeTool
235
+
236
+ ### v17.6.15
237
+
238
+ **更新说明:**
239
+
240
+ 1. 功能优化
241
+
242
+ - 修复已知问题
243
+
244
+ ### v17.6.14
245
+
246
+ **更新说明:**
247
+
248
+ 1. 功能优化
249
+
250
+ - 修复地图图片图层图层过滤参数失效的问题
251
+
252
+ ### v17.6.13
253
+
254
+ **更新说明:**
255
+
256
+ - 此版本无更新
257
+
258
+ ### v17.6.12
259
+
260
+ **更新说明:**
261
+
262
+ - 此版本无更新
263
+
213
264
  ### v17.6.11
214
265
 
215
266
  **更新说明:**