@mapgis/webclient-cesium-plugin 17.2.7 → 17.2.10

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 (83) hide show
  1. package/README.md +25 -1
  2. package/dist/es5/webclient-cesium-plugin.min.js +3 -3
  3. package/dist/es5/webclient-common.min.js +3 -3
  4. package/dist/webclient-cesium-plugin-es6.min.js +3 -3
  5. package/documention/AlgorithmLib.html +118 -12
  6. package/documention/AngulationTool.html +158 -16
  7. package/documention/AnimationTool.html +148 -34
  8. package/documention/ArcGISMapServerImageryProvider.html +2 -2
  9. package/documention/ArcGISTileServerImageryProvider.html +2 -2
  10. package/documention/ArcGISVectorTileImageryProvider.html +1 -1
  11. package/documention/Cesium.Material.html +580 -0
  12. package/documention/Cesium.Viewer.html +1241 -0
  13. package/documention/Cesium3DTileset.html +691 -0
  14. package/documention/CesiumHeatmap.html +123 -2439
  15. package/documention/CesiumTerrainProvider.html +322 -10
  16. package/documention/CircleWaveMaterialProperty.html +120 -17
  17. package/documention/CollisionDetectionByRender.html +116 -10
  18. package/documention/CompatibleFunc.html +731 -0
  19. package/documention/CustomProjection.html +1208 -0
  20. package/documention/CustomTilingScheme.html +2 -2
  21. package/documention/CutFillAnalysis.html +1943 -0
  22. package/documention/CuttingTool.html +154 -238
  23. package/documention/Deferred.html +116 -10
  24. package/documention/DrawElement.html +125 -10
  25. package/documention/DrawTool.html +117 -11
  26. package/documention/EditTool.html +117 -11
  27. package/documention/FloodAnalysis.html +1895 -0
  28. package/documention/FloodAnalysisReflection.html +127 -15
  29. package/documention/GlobeIndependentTranslucency.html +121 -13
  30. package/documention/Graphic.html +233 -585
  31. package/documention/GraphicTransformTool.html +1207 -0
  32. package/documention/GraphicsLayer.html +207 -212
  33. package/documention/HeightLimited.html +127 -15
  34. package/documention/ISSceneLayerUtil.html +329 -9
  35. package/documention/KeyboardCameraController.html +118 -10
  36. package/documention/MapGISDynamicLabelCollection.html +1471 -0
  37. package/documention/MapGISM3DSet.html +728 -0
  38. package/documention/MapGISMapServerImageryProvider.html +2 -2
  39. package/documention/MapGISTerrainProvider.html +4 -4
  40. package/documention/MapGISTileAvailability.html +1546 -0
  41. package/documention/MapGISTileServerImageryProvider.html +2 -33
  42. package/documention/MapGISVectorTileImageryProvider.html +2 -2
  43. package/documention/MeasureAreaTool.html +177 -62
  44. package/documention/MeasureLengthTool.html +179 -64
  45. package/documention/MeasureSlopeTool.html +129 -15
  46. package/documention/ModelEditor.html +132 -21
  47. package/documention/ModelFilterTool.html +213 -23
  48. package/documention/ModelTransformTool.html +191 -38
  49. package/documention/NavigationTool.html +694 -0
  50. package/documention/OpenWeatherImageryProvider.html +766 -0
  51. package/documention/PolylineTrailLinkMaterialProperty.html +120 -17
  52. package/documention/PostProcessStageLibrary.html +118 -12
  53. package/documention/Promise.html +119 -13
  54. package/documention/RadarMaterialProperty.html +120 -17
  55. package/documention/ReImg.html +133 -9
  56. package/documention/RiverGeometry.html +126 -20
  57. package/documention/RoamParticle.html +119 -9
  58. package/documention/S3MTileset.html +136 -10
  59. package/documention/SceneView.html +4993 -0
  60. package/documention/SceneViewCesium.html +6 -6
  61. package/documention/SelectTool.html +116 -38
  62. package/documention/ShadowRateAnalysis.html +117 -18
  63. package/documention/ShadowRateDrawCommand.html +115 -9
  64. package/documention/SketchEditor.html +1774 -0
  65. package/documention/SketchEditorCesium.html +1 -1
  66. package/documention/SkyLineAnalysis.html +9 -9
  67. package/documention/StableParticle.html +119 -9
  68. package/documention/Style.html +154 -533
  69. package/documention/TerrainAnalyse.html +265 -40
  70. package/documention/TerrainProfile.html +128 -16
  71. package/documention/ThemeManager.html +2237 -0
  72. package/documention/Tooltip.html +115 -9
  73. package/documention/TriangulationTool.html +176 -61
  74. package/documention/VisiblityAnalysis.html +132 -24
  75. package/documention/WaterReflection.html +132 -20
  76. package/documention/WebMapServiceImageryProvider.html +2 -2
  77. package/documention/WebMapTileServiceImageryProvider.html +2 -2
  78. package/documention/Wind3D.html +122 -11
  79. package/documention/createColorTexture.html +608 -0
  80. package/documention/index.html +5 -5
  81. package/documention/initializeOptions.html +561 -0
  82. package/documention/isCounterClockwise.html +760 -0
  83. package/package.json +1 -1
package/README.md CHANGED
@@ -264,6 +264,31 @@ const sceneView = new SceneView({
264
264
 
265
265
  # 4、@mapgis/webclient-cesium-plugin 版本说明
266
266
 
267
+ ## 4.1、正式版
268
+
269
+ ### v17.2.10
270
+
271
+ **更新说明:**
272
+
273
+ 1. 功能优化
274
+
275
+ - 修复已知问题
276
+
277
+ ### v17.2.9
278
+
279
+ **更新说明:**
280
+
281
+ 1. 功能优化
282
+
283
+ - 修复三维文本符号无法设置背景颜色问题
284
+
285
+ ### v17.2.8
286
+
287
+ **更新说明:**
288
+
289
+ 1. 功能优化
290
+
291
+ - 三维(Cesium)引擎修复已知问题
267
292
 
268
293
  ### v17.2.7
269
294
 
@@ -272,7 +297,6 @@ const sceneView = new SceneView({
272
297
  1. 功能优化
273
298
 
274
299
  - 三维(Cesium)引擎修复已知问题
275
- ## 4.1、正式版
276
300
 
277
301
  ### v17.2.6
278
302