@mapgis/webclient-leaflet-plugin 17.6.23 → 17.8.0

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 (74) hide show
  1. package/README.md +24 -0
  2. package/dist/es5/webclient-common.min.js +11 -11
  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 +794 -763
  6. package/documention/ArcGISTileLayer.html +464 -513
  7. package/documention/EchartsLayer.html +177 -300
  8. package/documention/FeatureLayer.html +123 -242
  9. package/documention/FeatureLayerUtil.html +142 -284
  10. package/documention/GraphThemeLayer.html +769 -0
  11. package/documention/IGSImageryLayer.html +756 -733
  12. package/documention/IGSImageryTileLayer.html +615 -624
  13. package/documention/IGSMapImageLayer.html +891 -836
  14. package/documention/IGSTileLayer.html +563 -588
  15. package/documention/L.zondy.MapvBaseLayer.html +407 -601
  16. package/documention/MapLayer.html +357 -429
  17. package/documention/MapVLayer.html +215 -340
  18. package/documention/MapView.html +3947 -4390
  19. package/documention/Popup.html +684 -955
  20. package/documention/Screenshot.html +455 -665
  21. package/documention/SketchEditor.html +1584 -1990
  22. package/documention/SwipeControl.html +817 -1069
  23. package/documention/SwipeTool.html +451 -565
  24. package/documention/TileLayer.html +423 -479
  25. package/documention/TileLayerWMS.html +170 -294
  26. package/documention/VectorTileLayer.html +497 -538
  27. package/documention/WMSLayerView.html +467 -612
  28. package/documention/WebMapServiceLayer.html +710 -703
  29. package/documention/WebMapTileServiceLayer.html +710 -703
  30. package/documention/WebTileLayer.html +637 -646
  31. package/documention/fonts/fontawesome-webfont.woff2 +0 -0
  32. package/documention/fonts/glyphicons-halflings-regular.eot +0 -0
  33. package/documention/fonts/glyphicons-halflings-regular.svg +288 -0
  34. package/documention/fonts/glyphicons-halflings-regular.ttf +0 -0
  35. package/documention/fonts/glyphicons-halflings-regular.woff +0 -0
  36. package/documention/fonts/glyphicons-halflings-regular.woff2 +0 -0
  37. package/documention/global.html +7646 -8405
  38. package/documention/index.html +98 -245
  39. package/documention/initializeOptions.html +171 -290
  40. package/documention/nav.html +692 -0
  41. package/documention/scripts/adminlte/app.min.js +472 -0
  42. package/documention/scripts/bootstrap.min.js +7 -0
  43. package/documention/scripts/jquery.min.js +4 -0
  44. package/documention/scripts/jquery.min.map +1 -0
  45. package/documention/scripts/linenumber.js +22 -19
  46. package/documention/scripts/main.js +95 -0
  47. package/documention/scripts/prettify/Apache-License-2.0.txt +202 -0
  48. package/documention/scripts/prettify/lang-css.js +2 -0
  49. package/documention/scripts/prettify/prettify.js +28 -0
  50. package/documention/scripts/underscore-min.js +6 -0
  51. package/documention/scripts/underscore-min.map +1 -0
  52. package/documention/styles/adminlte/AdminLTE.min.css +7 -0
  53. package/documention/styles/adminlte/font-awesome.min.css +4 -0
  54. package/documention/styles/adminlte/skin-blue.min.css +1 -0
  55. package/documention/styles/bootstrap.min.css +6 -0
  56. package/documention/styles/common.css +175 -0
  57. package/documention/styles/examples.css +116 -0
  58. package/documention/styles/font-awesome.css +2337 -0
  59. package/documention/styles/header.css +556 -0
  60. package/documention/styles/jaguar.css +553 -0
  61. package/documention/styles/prettify-tomorrow.css +1 -1
  62. package/documention/styles/style.customize.css +631 -0
  63. package/documention/zondy.themelayer.GeoFeatureThemeLayer.html +2536 -3284
  64. package/documention/zondy.themelayer.GraphThemeLayer.html +3478 -4343
  65. package/documention/zondy.themelayer.RandomThemeLayer.html +2708 -3533
  66. package/documention/zondy.themelayer.ThemeLayer.html +1798 -2337
  67. package/documention/zondy.themelayer.ThemeStyle.html +1645 -2334
  68. package/documention/zondy.themelayer.rangeThemeLayer.html +2735 -3591
  69. package/documention/zondy.themelayer.rankSymbolThemeLayer.html +2226 -5113
  70. package/documention/zondy.themelayer.simpleThemeLayer.html +2642 -3436
  71. package/documention/zondy.themelayer.uniqueThemeLayer.html +2684 -3520
  72. package/documention/zondy.view.UI.html +236 -324
  73. package/documention/zondy.widget.html +290 -362
  74. package/package.json +5 -5
package/README.md CHANGED
@@ -210,6 +210,30 @@ const mapView = new MapView({
210
210
 
211
211
  ## 4.1、正式版
212
212
 
213
+ ### v17.8.0
214
+
215
+ **更新说明:**
216
+
217
+ 1. 新增
218
+
219
+ - 新增视图卷帘工具
220
+
221
+ ### v17.6.25
222
+
223
+ **更新说明:**
224
+
225
+ 1. 功能优化
226
+
227
+ - 修复已知问题
228
+
229
+ ### v17.6.24
230
+
231
+ **更新说明:**
232
+
233
+ 1. 功能优化
234
+
235
+ - 修复已知问题
236
+
213
237
  ### v17.6.23
214
238
 
215
239
  **更新说明:**