@mapgis/webclient-mapboxgl-plugin 17.0.5 → 17.0.7

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 (42) hide show
  1. package/README.md +16 -0
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/es5/webclient-mapboxgl-plugin.min.js +1 -1
  4. package/dist/webclient-mapboxgl-plugin-es6.min.js +1 -1
  5. package/package.json +1 -1
  6. package/documention/document_ArcGISVectorTileLayerView.js.html +0 -265
  7. package/documention/document_EchartsLayerView.js.html +0 -246
  8. package/documention/document_GraphicsLayerView.js.html +0 -314
  9. package/documention/document_IGSFeatureLayerView.js.html +0 -218
  10. package/documention/document_IGSMapImageLayerView.js.html +0 -240
  11. package/documention/document_IGSTileLayerView.js.html +0 -236
  12. package/documention/document_IGSVectorTileLayerView.js.html +0 -264
  13. package/documention/document_MapVLayerView.js.html +0 -247
  14. package/documention/document_WMSLayerView.js.html +0 -240
  15. package/documention/document_WMTSLayerView.js.html +0 -234
  16. package/documention/document_WebTileLayerView.js.html +0 -240
  17. package/documention/document_support_FeatureRenderView.js.html +0 -682
  18. package/documention/document_support_MapboxglGraphicsLayer.js.html +0 -1184
  19. package/documention/document_support_SourceMetaData.js.html +0 -223
  20. package/documention/document_support_Utils.js.html +0 -624
  21. package/documention/document_support_mapbox_mapboxCustomUtil.js.html +0 -322
  22. package/documention/sketchEditor_SketchEditorMapboxgl.js.html +0 -875
  23. package/documention/util_ConvertRendererToStyleLayerUtil.js.html +0 -844
  24. package/documention/util_MapboxglFeatureRender.js.html +0 -225
  25. package/documention/util_MapboxglPlugin.js.html +0 -284
  26. package/documention/view_MapViewMapboxgl.js.html +0 -1882
  27. package/documention/view_utils_ArcGISVectorTileLayerUtil.js.html +0 -382
  28. package/documention/view_utils_EchartsLayerUtil.js.html +0 -194
  29. package/documention/view_utils_IGSMapImageUtil.js.html +0 -373
  30. package/documention/view_utils_IGSTileLayerUtil.js.html +0 -285
  31. package/documention/view_utils_IGSVectorTileLayerUtil.js.html +0 -379
  32. package/documention/view_utils_MapVLayerUtil.js.html +0 -197
  33. package/documention/view_utils_Popup.js.html +0 -525
  34. package/documention/view_utils_Screenshot.js.html +0 -320
  35. package/documention/view_utils_WMSLayerUtil.js.html +0 -337
  36. package/documention/view_utils_WMTSLayerUtil.js.html +0 -331
  37. package/documention/view_utils_WebTileLayerUtil.js.html +0 -284
  38. package/documention/view_utils_echarts_EchartsLayerPlugin.js.html +0 -419
  39. package/documention/view_utils_mapV_MapVLayerPlugin.js.html +0 -527
  40. package/documention/view_utils_mapV_MapvBaseLayer.js.html +0 -477
  41. package/documention/view_utils_support_rasterLayerUtil.js.html +0 -244
  42. package/documention/view_utils_support_vectorLayerUtil.js.html +0 -503
package/README.md CHANGED
@@ -212,6 +212,22 @@ const mapView = new MapViewMapboxgl({
212
212
 
213
213
  ## 4.1、正式版
214
214
 
215
+ ### v17.0.7
216
+
217
+ **更新说明:**
218
+
219
+ 1. 功能优化
220
+
221
+ - 修复部分矢量瓦片数据仅预览数据前几级问题
222
+
223
+ ### v17.0.6
224
+
225
+ **更新说明:**
226
+
227
+ 1. 功能优化
228
+
229
+ - 修复已知问题
230
+
215
231
  ### v17.0.5
216
232
 
217
233
  **更新说明:**