@mapgis/webclient-leaflet-plugin 17.0.2 → 17.0.4
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 +9 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/es5/webclient-leaflet-plugin.min.js +1 -1
- package/dist/webclient-leaflet-plugin-es6.min.js +5 -5
- package/documention/DrawControl.html +10 -7
- package/documention/L.zondy.MapvBaseLayer.html +9 -3
- package/documention/MapViewLeaflet.html +171 -47
- package/documention/Popup.html +31 -9
- package/documention/Screenshot.html +16 -11
- package/documention/SketchEditorLeaflet.html +50 -17
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +85 -39
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +115 -45
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +105 -54
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +52 -17
- package/documention/Zondy.ThemeLayer.ThemeStyle.html +112 -28
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +113 -58
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +136 -62
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +104 -54
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +107 -55
- package/documention/Zondy.Widget.html +5 -0
- package/documention/Zondy.view.UI.html +3 -0
- package/documention/global.html +4 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -211,13 +211,21 @@ const mapView = new MapViewLeaflet({
|
|
|
211
211
|
|
|
212
212
|
## 4.1、正式版
|
|
213
213
|
|
|
214
|
+
### v17.0.3
|
|
215
|
+
|
|
216
|
+
**更新说明:**
|
|
217
|
+
|
|
218
|
+
1. 功能优化
|
|
219
|
+
|
|
220
|
+
- 修复已知问题
|
|
221
|
+
|
|
214
222
|
### v17.0.2
|
|
215
223
|
|
|
216
224
|
**更新说明:**
|
|
217
225
|
|
|
218
226
|
1. 功能优化
|
|
219
227
|
|
|
220
|
-
-
|
|
228
|
+
- 修复已知问题
|
|
221
229
|
|
|
222
230
|
### v17.0.0
|
|
223
231
|
|