@mapgis/webclient-leaflet-plugin 17.4.1 → 17.4.8

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 +49 -0
  2. package/dist/es5/webclient-common.min.js +6 -6
  3. package/dist/es5/webclient-leaflet-plugin.min.js +3 -3
  4. package/dist/webclient-leaflet-plugin-es6.min.js +7 -7
  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 +851 -0
  11. package/documention/IGSImageryTileLayer.html +741 -0
  12. package/documention/IGSMapImageLayer.html +2 -2
  13. package/documention/IGSTileLayer.html +2 -2
  14. package/documention/L.zondy.MapvBaseLayer.html +6 -2
  15. package/documention/MapLayer.html +2 -2
  16. package/documention/MapVLayer.html +2 -2
  17. package/documention/MapView.html +10 -9
  18. package/documention/MapViewLeaflet.html +1413 -369
  19. package/documention/Popup.html +3 -3
  20. package/documention/Screenshot.html +2 -2
  21. package/documention/SketchEditor.html +2 -2
  22. package/documention/SketchEditorLeaflet.html +477 -241
  23. package/documention/TileLayer.html +76 -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/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +6 -2
  31. package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +2 -2
  32. package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +2 -2
  33. package/documention/Zondy.ThemeLayer.ThemeLayer.html +6 -2
  34. package/documention/Zondy.ThemeLayer.ThemeStyle.html +6 -2
  35. package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +2 -2
  36. package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +2 -2
  37. package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +2 -2
  38. package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +2 -2
  39. package/documention/Zondy.Widget.html +2 -2
  40. package/documention/Zondy.view.UI.html +6 -2
  41. package/documention/global.html +191 -333
  42. package/documention/index.html +2 -2
  43. package/documention/initializeOptions.html +384 -0
  44. package/package.json +1 -1
package/README.md CHANGED
@@ -211,6 +211,55 @@ const mapView = new MapView({
211
211
 
212
212
  ## 4.1、正式版
213
213
 
214
+ ### v17.4.8
215
+
216
+ **更新说明:**
217
+
218
+ 1. 功能优化
219
+
220
+ - 此版本无更新
221
+
222
+ ### v17.4.7
223
+
224
+ **更新说明:**
225
+
226
+ 1. 功能优化
227
+
228
+ - 修复leaflet-plugin混合加载的方式去加载动态服务显示异常的问题
229
+
230
+ ### v17.4.6
231
+
232
+ **更新说明:**
233
+
234
+ 1. 功能优化
235
+
236
+ - 此版本无更新
237
+
238
+ **更新说明:**
239
+
240
+ 1. 功能优化
241
+
242
+ - 此版本无更新
243
+
244
+ ### v17.4.4
245
+
246
+ **更新说明:**
247
+
248
+ - 修复 IGSMapImageLayer 图层动态出图级别受限问题
249
+
250
+ ### v17.4.3
251
+
252
+ **更新说明:**
253
+
254
+ - 此版本无更新
255
+
256
+ ### v17.4.2
257
+
258
+ **更新说明:**
259
+
260
+ - 此版本无更新
261
+
262
+
214
263
  ### v17.4.1
215
264
 
216
265
  **更新说明:**