@mapgis/webclient-cesium-plugin 17.0.4 → 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 (36) hide show
  1. package/README.md +33 -0
  2. package/dist/es5/webclient-cesium-plugin.min.js +2 -2
  3. package/dist/es5/webclient-common.min.js +2 -2
  4. package/dist/webclient-cesium-plugin-es6.min.js +2 -2
  5. package/documention/ArcGISMapServerImageryProvider.html +112 -42
  6. package/documention/ArcGISTileServerImageryProvider.html +76 -30
  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 -153
  16. package/documention/MapGISTerrainProvider.html +336 -80
  17. package/documention/MapGISTileServerImageryProvider.html +308 -86
  18. package/documention/MapGISVectorTileImageryProvider.html +407 -103
  19. package/documention/Popup.html +119 -31
  20. package/documention/SceneViewCesium.html +576 -177
  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 -12
  26. package/documention/WebMapTileServiceImageryProvider.html +22 -12
  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
  34. package/documention/FeatureLayerUtil.html +0 -471
  35. package/documention/MapGISTileServerImageProvider.html +0 -2150
  36. package/documention/SceneView.html +0 -4250
package/README.md CHANGED
@@ -266,6 +266,39 @@ const sceneView = new SceneView({
266
266
 
267
267
  ## 4.1、正式版
268
268
 
269
+ ### v17.0.7
270
+
271
+ **更新说明:**
272
+
273
+ 1. 功能优化
274
+
275
+ - 修复已知问题
276
+
277
+ ### v17.0.6
278
+
279
+ **更新说明:**
280
+
281
+ 1. 功能优化
282
+
283
+ - 优化cesium三维模式切换至二维模式的效果
284
+
285
+ ### v17.0.5
286
+
287
+ **更新说明:**
288
+
289
+ 1. 功能优化
290
+
291
+ - 优化Cesium引擎自定义裁图方式的地图服务加载效果
292
+
293
+ ### v17.0.4
294
+
295
+ **更新说明:**
296
+
297
+ 1. 功能优化
298
+
299
+ - Cesium引擎支持加载自定裁图方式服务功能增强
300
+ - 广告牌Billboard避让效果增强
301
+
269
302
  ### v17.0.3
270
303
 
271
304
  **更新说明:**