@mapgis/webclient-cesium-plugin 17.2.6 → 17.2.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 (51) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-cesium-plugin.min.js +1 -1
  3. package/dist/es5/webclient-common.min.js +2 -2
  4. package/dist/webclient-cesium-plugin-es6.min.js +1 -1
  5. package/documention/AlgorithmLib.html +410 -1282
  6. package/documention/AngulationTool.html +244 -194
  7. package/documention/AnimationTool.html +398 -1376
  8. package/documention/CesiumHeatmap.html +307 -560
  9. package/documention/CesiumTerrainProvider.html +226 -8
  10. package/documention/CircleWaveMaterialProperty.html +231 -38
  11. package/documention/CollisionDetectionByRender.html +263 -422
  12. package/documention/CuttingTool.html +292 -461
  13. package/documention/Deferred.html +226 -8
  14. package/documention/DrawElement.html +252 -190
  15. package/documention/DrawTool.html +253 -191
  16. package/documention/EditTool.html +247 -249
  17. package/documention/FloodAnalysisReflection.html +243 -229
  18. package/documention/GlobeIndependentTranslucency.html +236 -246
  19. package/documention/Graphic.html +300 -939
  20. package/documention/GraphicsLayer.html +332 -832
  21. package/documention/HeightLimited.html +237 -134
  22. package/documention/ISSceneLayerUtil.html +246 -149
  23. package/documention/KeyboardCameraController.html +244 -285
  24. package/documention/MeasureAreaTool.html +256 -188
  25. package/documention/MeasureLengthTool.html +278 -421
  26. package/documention/MeasureSlopeTool.html +246 -206
  27. package/documention/ModelEditor.html +232 -44
  28. package/documention/ModelFilterTool.html +242 -130
  29. package/documention/ModelTransformTool.html +310 -504
  30. package/documention/PolylineTrailLinkMaterialProperty.html +233 -50
  31. package/documention/PostProcessStageLibrary.html +255 -218
  32. package/documention/Promise.html +246 -173
  33. package/documention/RadarMaterialProperty.html +229 -26
  34. package/documention/ReImg.html +230 -58
  35. package/documention/RiverGeometry.html +287 -462
  36. package/documention/RoamParticle.html +276 -746
  37. package/documention/S3MTileset.html +229 -26
  38. package/documention/SelectTool.html +238 -101
  39. package/documention/ShadowRateAnalysis.html +250 -366
  40. package/documention/ShadowRateDrawCommand.html +241 -178
  41. package/documention/SkyLineAnalysis.html +232 -96
  42. package/documention/StableParticle.html +278 -812
  43. package/documention/Style.html +525 -2037
  44. package/documention/TerrainAnalyse.html +287 -415
  45. package/documention/TerrainProfile.html +246 -156
  46. package/documention/Tooltip.html +240 -113
  47. package/documention/TriangulationTool.html +257 -308
  48. package/documention/VisiblityAnalysis.html +257 -411
  49. package/documention/WaterReflection.html +250 -310
  50. package/documention/Wind3D.html +255 -345
  51. package/package.json +1 -1
package/README.md CHANGED
@@ -264,6 +264,14 @@ const sceneView = new SceneView({
264
264
 
265
265
  # 4、@mapgis/webclient-cesium-plugin 版本说明
266
266
 
267
+
268
+ ### v17.2.7
269
+
270
+ **更新说明:**
271
+
272
+ 1. 功能优化
273
+
274
+ - 三维(Cesium)引擎修复已知问题
267
275
  ## 4.1、正式版
268
276
 
269
277
  ### v17.2.6