@mapgis/webclient-mapboxgl-plugin 17.0.6 → 17.2.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.
Files changed (48) hide show
  1. package/README.md +11 -35
  2. package/dist/es5/webclient-common.min.js +15 -4
  3. package/dist/es5/webclient-mapboxgl-plugin.min.js +1 -1
  4. package/dist/webclient-mapboxgl-plugin-es6.min.js +1 -1
  5. package/documention/MapViewMapboxgl.html +1233 -8
  6. package/documention/Popup.html +3 -3
  7. package/documention/Screenshot.html +0 -11
  8. package/documention/SketchEditorMapboxgl.html +31 -2
  9. package/documention/index.html +4 -4
  10. package/documention/scripts/sideBar.js +16 -2
  11. package/package.json +3 -4
  12. package/documention/document_ArcGISVectorTileLayerView.js.html +0 -265
  13. package/documention/document_EchartsLayerView.js.html +0 -246
  14. package/documention/document_GraphicsLayerView.js.html +0 -314
  15. package/documention/document_IGSFeatureLayerView.js.html +0 -218
  16. package/documention/document_IGSMapImageLayerView.js.html +0 -240
  17. package/documention/document_IGSTileLayerView.js.html +0 -236
  18. package/documention/document_IGSVectorTileLayerView.js.html +0 -264
  19. package/documention/document_MapVLayerView.js.html +0 -247
  20. package/documention/document_WMSLayerView.js.html +0 -240
  21. package/documention/document_WMTSLayerView.js.html +0 -234
  22. package/documention/document_WebTileLayerView.js.html +0 -240
  23. package/documention/document_support_FeatureRenderView.js.html +0 -682
  24. package/documention/document_support_MapboxglGraphicsLayer.js.html +0 -1184
  25. package/documention/document_support_SourceMetaData.js.html +0 -223
  26. package/documention/document_support_Utils.js.html +0 -624
  27. package/documention/document_support_mapbox_mapboxCustomUtil.js.html +0 -322
  28. package/documention/sketchEditor_SketchEditorMapboxgl.js.html +0 -875
  29. package/documention/util_ConvertRendererToStyleLayerUtil.js.html +0 -844
  30. package/documention/util_MapboxglFeatureRender.js.html +0 -225
  31. package/documention/util_MapboxglPlugin.js.html +0 -284
  32. package/documention/view_MapViewMapboxgl.js.html +0 -1882
  33. package/documention/view_utils_ArcGISVectorTileLayerUtil.js.html +0 -382
  34. package/documention/view_utils_EchartsLayerUtil.js.html +0 -194
  35. package/documention/view_utils_IGSMapImageUtil.js.html +0 -373
  36. package/documention/view_utils_IGSTileLayerUtil.js.html +0 -285
  37. package/documention/view_utils_IGSVectorTileLayerUtil.js.html +0 -379
  38. package/documention/view_utils_MapVLayerUtil.js.html +0 -197
  39. package/documention/view_utils_Popup.js.html +0 -525
  40. package/documention/view_utils_Screenshot.js.html +0 -320
  41. package/documention/view_utils_WMSLayerUtil.js.html +0 -337
  42. package/documention/view_utils_WMTSLayerUtil.js.html +0 -331
  43. package/documention/view_utils_WebTileLayerUtil.js.html +0 -284
  44. package/documention/view_utils_echarts_EchartsLayerPlugin.js.html +0 -419
  45. package/documention/view_utils_mapV_MapVLayerPlugin.js.html +0 -527
  46. package/documention/view_utils_mapV_MapvBaseLayer.js.html +0 -477
  47. package/documention/view_utils_support_rasterLayerUtil.js.html +0 -244
  48. package/documention/view_utils_support_vectorLayerUtil.js.html +0 -503
package/README.md CHANGED
@@ -45,13 +45,13 @@ npm install @mapgis/webclient-mapboxgl-plugin
45
45
  1.在该网页中请先选择要下载的版本
46
46
 
47
47
  <center>
48
- <img src="http://webclient.smaryun.com/static/modules/mapboxgl/source/img/开发指南_1.png" style="zoom:100%;" />
48
+ <img src="http://192.168.82.91:8086/static/modules/mapboxgl/source/img/开发指南_1.png" style="zoom:100%;" />
49
49
  </center>
50
50
 
51
51
  2.之后点击相应的版本号,在右侧点击下载按钮,下载压缩包
52
52
 
53
53
  <center>
54
- <img src="http://webclient.smaryun.com/static/modules/mapboxgl/source/img/开发指南_2.png" style="zoom:100%;" />
54
+ <img src="http://192.168.82.91:8086/static/modules/mapboxgl/source/img/开发指南_2.png" style="zoom:100%;" />
55
55
  </center>
56
56
 
57
57
  **开发包位于如下文件夹中**
@@ -212,45 +212,21 @@ const mapView = new MapViewMapboxgl({
212
212
 
213
213
  ## 4.1、正式版
214
214
 
215
- ### v17.0.6
215
+ ### v17.2.0
216
216
 
217
217
  **更新说明:**
218
218
 
219
- 1. 功能优化
220
-
221
- - 修复已知问题
222
-
223
- ### v17.0.5
224
-
225
- **更新说明:**
226
-
227
- 1. 功能优化
228
-
229
- - 修复已知问题
230
-
231
- ### v17.0.4
232
-
233
- **更新说明:**
234
-
235
- 1. 功能优化
236
-
237
- - 修复已知问题
238
-
239
- ### v17.0.3
240
-
241
- **更新说明:**
242
-
243
- 1. 功能优化
244
-
245
- - 修复已知问题
246
-
247
- ### v17.0.2
219
+ 1. 功能新增
248
220
 
249
- **更新说明:**
221
+ - 二维(MapboxGL)引擎支持不同裁图方式瓦片叠加显示
222
+ - 二维(MapboxGL)引擎ArcGIS地图服务图层支持出一张图模式
223
+ - 二维(MapboxGL)引擎图层支持裁剪功能
224
+ - 二维(MapboxGL)引擎支持SimpleFillSymbol支持简单填充设置样式
225
+ - 二维(MapboxGL)引擎支持ArcGIS瓦片图层
250
226
 
251
- 1. 功能优化
227
+ 2. 功能优化
228
+ - 二维(MapboxGL)引擎优化矢量瓦片加载效果
252
229
 
253
- - 修复已知问题
254
230
 
255
231
  ### v17.0.0
256
232