@mapgis/webclient-cesium-plugin 17.2.3 → 17.2.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.
- package/README.md +16 -0
- package/dist/es5/webclient-cesium-plugin.min.js +7 -5
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-cesium-plugin-es6.min.js +7 -5
- package/documention/AlgorithmLib.html +7009 -0
- package/documention/AngulationTool.html +1068 -0
- package/documention/AnimationTool.html +5966 -0
- package/documention/CesiumHeatmap.html +3701 -0
- package/documention/CesiumTerrainProvider.html +139 -0
- package/documention/CircleWaveMaterialProperty.html +313 -0
- package/documention/CuttingTool.html +2930 -0
- package/documention/Deferred.html +139 -0
- package/documention/DrawElement.html +1643 -0
- package/documention/DrawTool.html +1275 -0
- package/documention/EditTool.html +1839 -0
- package/documention/FloodAnalysisReflection.html +1 -1
- package/documention/Graphic.html +4789 -0
- package/documention/GraphicsLayer.html +5071 -0
- package/documention/HeightLimited.html +811 -0
- package/documention/KeyboardCameraController.html +1313 -0
- package/documention/MeasureAreaTool.html +1215 -0
- package/documention/MeasureLengthTool.html +2339 -0
- package/documention/MeasureSlopeTool.html +1141 -0
- package/documention/ModelEditor.html +356 -0
- package/documention/ModelFilterTool.html +1053 -0
- package/documention/ModelTransformTool.html +3277 -0
- package/documention/PolylineTrailLinkMaterialProperty.html +369 -0
- package/documention/PostProcessStageLibrary.html +3 -3
- package/documention/Promise.html +980 -0
- package/documention/RadarMaterialProperty.html +255 -0
- package/documention/ReImg.html +370 -0
- package/documention/RiverGeometry.html +2659 -0
- package/documention/S3MTileset.html +5 -5
- package/documention/SelectTool.html +784 -0
- package/documention/ShadowRateAnalysis.html +1827 -0
- package/documention/ShadowRateDrawCommand.html +917 -0
- package/documention/Style.html +14203 -0
- package/documention/TerrainAnalyse.html +2966 -0
- package/documention/TerrainProfile.html +1053 -0
- package/documention/Tooltip.html +877 -0
- package/documention/TriangulationTool.html +1721 -0
- package/documention/VisiblityAnalysis.html +1998 -0
- package/documention/WaterReflection.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -266,6 +266,22 @@ const sceneView = new SceneView({
|
|
|
266
266
|
|
|
267
267
|
## 4.1、正式版
|
|
268
268
|
|
|
269
|
+
### v17.2.5
|
|
270
|
+
|
|
271
|
+
**更新说明:**
|
|
272
|
+
|
|
273
|
+
1. 功能优化
|
|
274
|
+
|
|
275
|
+
- 三维(Cesium)引擎修复已知问题
|
|
276
|
+
|
|
277
|
+
### v17.2.4
|
|
278
|
+
|
|
279
|
+
**更新说明:**
|
|
280
|
+
|
|
281
|
+
1. 功能优化
|
|
282
|
+
|
|
283
|
+
- 三维(Cesium)引擎修复已知问题
|
|
284
|
+
|
|
269
285
|
### v17.2.3
|
|
270
286
|
|
|
271
287
|
**更新说明:**
|