@mapgis/webclient-leaflet-plugin 17.2.8 → 17.2.10
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 +16 -0
- package/dist/es5/webclient-common.min.js +3 -3
- package/dist/es5/webclient-leaflet-plugin.min.js +3 -3
- package/dist/webclient-leaflet-plugin-es6.min.js +6 -6
- package/documention/MapView.html +6189 -0
- package/documention/MapViewLeaflet.html +8 -8
- package/documention/SketchEditor.html +3211 -0
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +20 -20
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +20 -20
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +28 -28
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +28 -28
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +33 -33
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +28 -28
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +28 -28
- package/documention/index.html +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -211,6 +211,22 @@ const mapView = new MapViewLeaflet({
|
|
|
211
211
|
|
|
212
212
|
## 4.1、正式版
|
|
213
213
|
|
|
214
|
+
### v17.2.10
|
|
215
|
+
|
|
216
|
+
**更新说明:**
|
|
217
|
+
|
|
218
|
+
1. 功能优化
|
|
219
|
+
|
|
220
|
+
- 修复已知问题
|
|
221
|
+
|
|
222
|
+
### v17.2.9
|
|
223
|
+
|
|
224
|
+
**更新说明:**
|
|
225
|
+
|
|
226
|
+
1. 功能优化
|
|
227
|
+
|
|
228
|
+
- 修复屏幕快照获取的截图高度异常问题
|
|
229
|
+
|
|
214
230
|
### v17.2.8
|
|
215
231
|
|
|
216
232
|
**更新说明:**
|