@mapgis/webclient-leaflet-plugin 17.0.7 → 17.2.1

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 (37) hide show
  1. package/README.md +11 -39
  2. package/dist/es5/webclient-common.min.js +15 -4
  3. package/dist/es5/webclient-leaflet-plugin.min.js +6 -6
  4. package/dist/webclient-leaflet-plugin-es6.min.js +8 -8
  5. package/documention/ArcGISMapImageLayer.html +820 -0
  6. package/documention/ArcGISTileLayer.html +498 -0
  7. package/documention/EchartsLayer.html +261 -0
  8. package/documention/FeatureLayer.html +212 -0
  9. package/documention/FeatureLayerUtil.html +288 -0
  10. package/documention/IGSMapImageLayer.html +948 -0
  11. package/documention/IGSTileLayer.html +562 -0
  12. package/documention/MapLayer.html +330 -0
  13. package/documention/MapVLayer.html +320 -0
  14. package/documention/MapViewLeaflet.html +7 -7
  15. package/documention/Popup.html +4 -2
  16. package/documention/Screenshot.html +5 -143
  17. package/documention/SketchEditorLeaflet.html +106 -47
  18. package/documention/TileLayer.html +279 -0
  19. package/documention/TileLayerWMS.html +222 -0
  20. package/documention/VectorTileLayer.html +529 -0
  21. package/documention/WMSLayerView.html +689 -0
  22. package/documention/WebMapServiceLayer.html +723 -0
  23. package/documention/WebMapTileServiceLayer.html +754 -0
  24. package/documention/WebTileLayer.html +663 -0
  25. package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +22 -22
  26. package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +30 -30
  27. package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +34 -34
  28. package/documention/Zondy.ThemeLayer.ThemeLayer.html +3 -3
  29. package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +34 -34
  30. package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +47 -47
  31. package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +33 -33
  32. package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +30 -30
  33. package/documention/Zondy.Widget.html +5 -5
  34. package/documention/global.html +454 -0
  35. package/documention/index.html +6 -6
  36. package/documention/scripts/sideBar.js +16 -2
  37. package/package.json +6 -6
package/README.md CHANGED
@@ -44,13 +44,13 @@ npm install @mapgis/webclient-leaflet-plugin
44
44
  1.在该网页中请先选择要下载的版本
45
45
 
46
46
  <center>
47
- <img src="http://webclient.smaryun.com/static/modules/leaflet/source/img/开发指南_1.png" style="zoom:100%;" />
47
+ <img src="http://192.168.82.91:8086/static/modules/leaflet/source/img/开发指南_1.png" style="zoom:100%;" />
48
48
  </center>
49
49
 
50
50
  2.之后点击相应的版本号,在右侧点击下载按钮,下载压缩包
51
51
 
52
52
  <center>
53
- <img src="http://webclient.smaryun.com/static/modules/leaflet/source/img/开发指南_2.png" style="zoom:100%;" />
53
+ <img src="http://192.168.82.91:8086/static/modules/leaflet/source/img/开发指南_2.png" style="zoom:100%;" />
54
54
  </center>
55
55
 
56
56
  **开发包位于如下文件夹中**
@@ -145,9 +145,9 @@ npm install @mapgis/webclient-leaflet-plugin
145
145
  </style>
146
146
  <script>
147
147
  // 初始化图层管理容器
148
-     const map = new Zondy.Map()
148
+     const map = new zondy.Map()
149
149
      // 初始化地图视图对象
150
-     const mapView = new Zondy.MapViewLeaflet({
150
+     const mapView = new zondy.leaflet.MapView({
151
151
      // 视图id
152
152
        viewId: '你的地图视图的id',
153
153
        // 图层管理容器
@@ -211,53 +211,25 @@ const mapView = new MapViewLeaflet({
211
211
 
212
212
  ## 4.1、正式版
213
213
 
214
- ### v17.0.7
214
+ ### v17.2.1
215
215
 
216
216
  **更新说明:**
217
217
 
218
218
  1. 功能优化
219
219
 
220
- - 修复已知问题
220
+ - 二维(Leaflet)引擎优化命名空间结构
221
+ - 二维(Leaflet)引擎修复已知问题
221
222
 
222
- ### v17.0.6
223
223
 
224
- **更新说明:**
225
-
226
- 1. 功能优化
227
-
228
- - 修复已知问题
229
-
230
- ### v17.0.5
231
-
232
- **更新说明:**
233
-
234
- 1. 功能优化
235
-
236
- - 优化Leaflet引擎矢量瓦片加载效果
237
-
238
- ### v17.0.4
239
-
240
- **更新说明:**
241
-
242
- 1. 功能优化
243
-
244
- - 修复已知问题
245
-
246
- ### v17.0.3
224
+ ### v17.2.0
247
225
 
248
226
  **更新说明:**
249
227
 
250
- 1. 功能优化
251
-
252
- - 修复已知问题
253
-
254
- ### v17.0.2
255
-
256
- **更新说明:**
228
+ 1. 功能新增
257
229
 
258
- 1. 功能优化
230
+ - 二维(Leaflet)引擎矢量瓦片支持多区、带洞区裁剪
231
+ - 二维(Leaflet)引擎ArcGIS地图支持出一张图模式
259
232
 
260
- - 修复已知问题
261
233
 
262
234
  ### v17.0.0
263
235