@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.
- package/README.md +35 -0
- package/dist/es5/webclient-common.min.js +10 -10
- package/dist/es5/webclient-leaflet-plugin.min.js +6 -6
- package/dist/webclient-leaflet-plugin-es6.min.js +6 -6
- package/documention/ArcGISMapImageLayer.html +2 -2
- package/documention/ArcGISTileLayer.html +2 -2
- package/documention/EchartsLayer.html +2 -2
- package/documention/FeatureLayer.html +2 -2
- package/documention/FeatureLayerUtil.html +2 -2
- package/documention/IGSImageryLayer.html +2 -2
- package/documention/IGSImageryTileLayer.html +2 -2
- package/documention/IGSMapImageLayer.html +2 -2
- package/documention/IGSTileLayer.html +2 -2
- package/documention/L.zondy.MapvBaseLayer.html +2 -2
- package/documention/MapLayer.html +41 -2
- package/documention/MapVLayer.html +2 -2
- package/documention/MapView.html +32 -2
- package/documention/Popup.html +2 -2
- package/documention/Screenshot.html +2 -2
- package/documention/SketchEditor.html +2 -2
- package/documention/SwipeControl.html +2 -2
- package/documention/SwipeTool.html +2 -2
- package/documention/TileLayer.html +41 -2
- package/documention/TileLayerWMS.html +2 -2
- package/documention/VectorTileLayer.html +2 -2
- package/documention/WMSLayerView.html +2 -2
- package/documention/WebMapServiceLayer.html +2 -2
- package/documention/WebMapTileServiceLayer.html +2 -2
- package/documention/WebTileLayer.html +2 -2
- package/documention/global.html +721 -80
- package/documention/index.html +2 -2
- package/documention/initializeOptions.html +2 -2
- package/documention/zondy.themelayer.GeoFeatureThemeLayer.html +2 -2
- package/documention/zondy.themelayer.GraphThemeLayer.html +2 -2
- package/documention/zondy.themelayer.RandomThemeLayer.html +2 -2
- package/documention/zondy.themelayer.ThemeLayer.html +2 -2
- package/documention/zondy.themelayer.ThemeStyle.html +2 -2
- package/documention/zondy.themelayer.rangeThemeLayer.html +2 -2
- package/documention/zondy.themelayer.rankSymbolThemeLayer.html +2 -2
- package/documention/zondy.themelayer.simpleThemeLayer.html +2 -2
- package/documention/zondy.themelayer.uniqueThemeLayer.html +2 -2
- package/documention/zondy.view.UI.html +2 -2
- package/documention/zondy.widget.html +2 -2
- 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
|
**更新说明:**
|