@mapgis/webclient-cesium-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.
Files changed (32) hide show
  1. package/README.md +10 -1
  2. package/dist/es5/webclient-cesium-plugin.min.js +3 -3
  3. package/dist/es5/webclient-common.min.js +2 -2
  4. package/dist/webclient-cesium-plugin-es6.min.js +3 -3
  5. package/documention/ArcGISMapServerImageryProvider.html +50 -3
  6. package/documention/ArcGISTileServerImageryProvider.html +16 -3
  7. package/documention/CustomTilingScheme.html +61 -48
  8. package/documention/DynamicEntityVisualizer.html +3 -0
  9. package/documention/DynamicLabelLayer.html +40 -9
  10. package/documention/GeoJSONLayerUtil.html +4 -1
  11. package/documention/GraphicsLayerUtil.html +4 -1
  12. package/documention/HashMap.html +27 -11
  13. package/documention/IGSFeatureLayerUtil.html +4 -1
  14. package/documention/IGSSceneLayerUtil.html +41 -12
  15. package/documention/MapGISMapServerImageryProvider.html +76 -17
  16. package/documention/MapGISTerrainProvider.html +84 -24
  17. package/documention/MapGISTileServerImageryProvider.html +73 -18
  18. package/documention/MapGISVectorTileImageryProvider.html +101 -26
  19. package/documention/Popup.html +29 -8
  20. package/documention/SceneViewCesium.html +131 -37
  21. package/documention/Screenshot.html +13 -8
  22. package/documention/SketchEditorCesium.html +27 -6
  23. package/documention/UrlTemplateImageryProvider.html +3 -0
  24. package/documention/WFSLayerUtil.html +4 -1
  25. package/documention/WebMapServiceImageryProvider.html +7 -3
  26. package/documention/WebMapTileServiceImageryProvider.html +7 -3
  27. package/documention/global.html +3 -0
  28. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +6 -5
  29. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +23 -10
  30. package/documention/module.exports_module.exports.html +6 -0
  31. package/documention/scripts/sideBar.js +28 -6
  32. package/package.json +1 -1
package/README.md CHANGED
@@ -265,13 +265,22 @@ const sceneView = new SceneView({
265
265
  # 4、@mapgis/webclient-cesium-plugin 版本说明
266
266
 
267
267
  ## 4.1、正式版
268
+
269
+ ### v17.0.3
270
+
271
+ **更新说明:**
272
+
273
+ 1. 功能优化
274
+
275
+ - 修复已知问题
276
+
268
277
  ### v17.0.2
269
278
 
270
279
  **更新说明:**
271
280
 
272
281
  1. 功能优化
273
282
 
274
- - 修复部分已知问题
283
+ - 修复已知问题
275
284
 
276
285
  ### v17.0.0
277
286