@mapgis/webclient-cesium-plugin 17.0.2 → 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 +27 -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 +158 -35
  6. package/documention/ArcGISTileServerImageryProvider.html +90 -25
  7. package/documention/CustomTilingScheme.html +304 -111
  8. package/documention/DynamicEntityVisualizer.html +21 -6
  9. package/documention/DynamicLabelLayer.html +208 -53
  10. package/documention/GeoJSONLayerUtil.html +25 -6
  11. package/documention/GraphicsLayerUtil.html +25 -6
  12. package/documention/HashMap.html +107 -27
  13. package/documention/IGSFeatureLayerUtil.html +25 -6
  14. package/documention/IGSSceneLayerUtil.html +217 -64
  15. package/documention/MapGISMapServerImageryProvider.html +408 -105
  16. package/documention/MapGISTerrainProvider.html +418 -102
  17. package/documention/MapGISTileServerImageryProvider.html +379 -96
  18. package/documention/MapGISVectorTileImageryProvider.html +506 -127
  19. package/documention/Popup.html +148 -39
  20. package/documention/SceneViewCesium.html +698 -205
  21. package/documention/Screenshot.html +43 -18
  22. package/documention/SketchEditorCesium.html +161 -48
  23. package/documention/UrlTemplateImageryProvider.html +26 -7
  24. package/documention/WFSLayerUtil.html +25 -6
  25. package/documention/WebMapServiceImageryProvider.html +27 -7
  26. package/documention/WebMapTileServiceImageryProvider.html +27 -7
  27. package/documention/global.html +20 -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 +13 -8
  30. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +104 -39
  31. package/documention/module.exports_module.exports.html +42 -12
  32. package/documention/scripts/sideBar.js +133 -6
  33. package/package.json +1 -1
package/README.md CHANGED
@@ -265,13 +265,39 @@ const sceneView = new SceneView({
265
265
  # 4、@mapgis/webclient-cesium-plugin 版本说明
266
266
 
267
267
  ## 4.1、正式版
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
+
286
+ ### v17.0.3
287
+
288
+ **更新说明:**
289
+
290
+ 1. 功能优化
291
+
292
+ - 修复已知问题
293
+
268
294
  ### v17.0.2
269
295
 
270
296
  **更新说明:**
271
297
 
272
298
  1. 功能优化
273
299
 
274
- - 修复部分已知问题
300
+ - 修复已知问题
275
301
 
276
302
  ### v17.0.0
277
303