@mapgis/webclient-cesium-plugin 17.0.4 → 17.0.5

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 (33) hide show
  1. package/README.md +17 -0
  2. package/dist/es5/webclient-cesium-plugin.min.js +2 -2
  3. package/dist/es5/webclient-common.min.js +1 -1
  4. package/dist/webclient-cesium-plugin-es6.min.js +2 -2
  5. package/documention/ArcGISMapServerImageryProvider.html +112 -36
  6. package/documention/ArcGISTileServerImageryProvider.html +76 -24
  7. package/documention/CustomTilingScheme.html +248 -68
  8. package/documention/DynamicEntityVisualizer.html +18 -6
  9. package/documention/DynamicLabelLayer.html +168 -44
  10. package/documention/GeoJSONLayerUtil.html +21 -5
  11. package/documention/GraphicsLayerUtil.html +21 -5
  12. package/documention/HashMap.html +80 -16
  13. package/documention/IGSFeatureLayerUtil.html +21 -5
  14. package/documention/IGSSceneLayerUtil.html +178 -54
  15. package/documention/MapGISMapServerImageryProvider.html +334 -90
  16. package/documention/MapGISTerrainProvider.html +336 -80
  17. package/documention/MapGISTileServerImageryProvider.html +308 -80
  18. package/documention/MapGISVectorTileImageryProvider.html +407 -103
  19. package/documention/Popup.html +119 -31
  20. package/documention/SceneViewCesium.html +575 -176
  21. package/documention/Screenshot.html +30 -10
  22. package/documention/SketchEditorCesium.html +135 -43
  23. package/documention/UrlTemplateImageryProvider.html +23 -7
  24. package/documention/WFSLayerUtil.html +21 -5
  25. package/documention/WebMapServiceImageryProvider.html +22 -6
  26. package/documention/WebMapTileServiceImageryProvider.html +22 -6
  27. package/documention/global.html +17 -5
  28. package/documention/index.html +4 -4
  29. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +7 -3
  30. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +81 -29
  31. package/documention/module.exports_module.exports.html +36 -12
  32. package/documention/scripts/sideBar.js +111 -6
  33. package/package.json +1 -1
package/README.md CHANGED
@@ -266,6 +266,23 @@ const sceneView = new SceneView({
266
266
 
267
267
  ## 4.1、正式版
268
268
 
269
+ ### v17.0.5
270
+
271
+ **更新说明:**
272
+
273
+ 1. 功能优化
274
+
275
+ - 优化Cesium引擎自定义裁图方式的地图服务加载效果
276
+
277
+ ### v17.0.4
278
+
279
+ **更新说明:**
280
+
281
+ 1. 功能优化
282
+
283
+ - Cesium引擎支持加载自定裁图方式服务功能增强
284
+ - 广告牌Billboard避让效果增强
285
+
269
286
  ### v17.0.3
270
287
 
271
288
  **更新说明:**