@mapgis/webclient-leaflet-plugin 17.6.21 → 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.
- package/README.md +38 -0
- package/dist/es5/webclient-common.min.js +11 -11
- package/dist/es5/webclient-leaflet-plugin.min.js +6 -6
- package/dist/webclient-leaflet-plugin-es6.min.js +6 -6
- package/documention/ArcGISMapImageLayer.html +794 -763
- package/documention/ArcGISTileLayer.html +464 -513
- package/documention/EchartsLayer.html +177 -300
- package/documention/FeatureLayer.html +123 -242
- package/documention/FeatureLayerUtil.html +142 -284
- package/documention/GraphThemeLayer.html +769 -0
- package/documention/IGSImageryLayer.html +756 -733
- package/documention/IGSImageryTileLayer.html +615 -624
- package/documention/IGSMapImageLayer.html +891 -836
- package/documention/IGSTileLayer.html +563 -588
- package/documention/L.zondy.MapvBaseLayer.html +407 -601
- package/documention/MapLayer.html +357 -429
- package/documention/MapVLayer.html +215 -340
- package/documention/MapView.html +3947 -4390
- package/documention/Popup.html +684 -955
- package/documention/Screenshot.html +455 -665
- package/documention/SketchEditor.html +1584 -1990
- package/documention/SwipeControl.html +817 -1069
- package/documention/SwipeTool.html +451 -565
- package/documention/TileLayer.html +423 -479
- package/documention/TileLayerWMS.html +170 -294
- package/documention/VectorTileLayer.html +497 -538
- package/documention/WMSLayerView.html +467 -612
- package/documention/WebMapServiceLayer.html +710 -703
- package/documention/WebMapTileServiceLayer.html +710 -703
- package/documention/WebTileLayer.html +637 -646
- package/documention/fonts/fontawesome-webfont.woff2 +0 -0
- package/documention/fonts/glyphicons-halflings-regular.eot +0 -0
- package/documention/fonts/glyphicons-halflings-regular.svg +288 -0
- package/documention/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/documention/fonts/glyphicons-halflings-regular.woff +0 -0
- package/documention/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/documention/global.html +7646 -8405
- package/documention/index.html +98 -245
- package/documention/initializeOptions.html +171 -290
- package/documention/nav.html +692 -0
- package/documention/scripts/adminlte/app.min.js +472 -0
- package/documention/scripts/bootstrap.min.js +7 -0
- package/documention/scripts/jquery.min.js +4 -0
- package/documention/scripts/jquery.min.map +1 -0
- package/documention/scripts/linenumber.js +22 -19
- package/documention/scripts/main.js +95 -0
- package/documention/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/documention/scripts/prettify/lang-css.js +2 -0
- package/documention/scripts/prettify/prettify.js +28 -0
- package/documention/scripts/underscore-min.js +6 -0
- package/documention/scripts/underscore-min.map +1 -0
- package/documention/styles/adminlte/AdminLTE.min.css +7 -0
- package/documention/styles/adminlte/font-awesome.min.css +4 -0
- package/documention/styles/adminlte/skin-blue.min.css +1 -0
- package/documention/styles/bootstrap.min.css +6 -0
- package/documention/styles/common.css +175 -0
- package/documention/styles/examples.css +116 -0
- package/documention/styles/font-awesome.css +2337 -0
- package/documention/styles/header.css +556 -0
- package/documention/styles/jaguar.css +553 -0
- package/documention/styles/prettify-tomorrow.css +1 -1
- package/documention/styles/style.customize.css +631 -0
- package/documention/zondy.themelayer.GeoFeatureThemeLayer.html +2536 -3284
- package/documention/zondy.themelayer.GraphThemeLayer.html +3478 -4343
- package/documention/zondy.themelayer.RandomThemeLayer.html +2708 -3533
- package/documention/zondy.themelayer.ThemeLayer.html +1798 -2337
- package/documention/zondy.themelayer.ThemeStyle.html +1645 -2334
- package/documention/zondy.themelayer.rangeThemeLayer.html +2735 -3591
- package/documention/zondy.themelayer.rankSymbolThemeLayer.html +2226 -5113
- package/documention/zondy.themelayer.simpleThemeLayer.html +2642 -3436
- package/documention/zondy.themelayer.uniqueThemeLayer.html +2684 -3520
- package/documention/zondy.view.UI.html +236 -324
- package/documention/zondy.widget.html +290 -362
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -210,6 +210,44 @@ 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
|
+
|
|
237
|
+
### v17.6.23
|
|
238
|
+
|
|
239
|
+
**更新说明:**
|
|
240
|
+
|
|
241
|
+
1. 功能优化
|
|
242
|
+
|
|
243
|
+
- 修复已知问题
|
|
244
|
+
|
|
245
|
+
### v17.6.22
|
|
246
|
+
|
|
247
|
+
**更新说明:**
|
|
248
|
+
|
|
249
|
+
- 此版本无更新
|
|
250
|
+
|
|
213
251
|
### v17.6.21
|
|
214
252
|
|
|
215
253
|
**更新说明:**
|