@mapgis/webclient-cesium-plugin 17.2.3 → 17.2.4

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 (32) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-cesium-plugin.min.js +7 -5
  3. package/dist/es5/webclient-common.min.js +2 -2
  4. package/dist/webclient-cesium-plugin-es6.min.js +7 -5
  5. package/documention/AlgorithmLib.html +7009 -0
  6. package/documention/AngulationTool.html +1068 -0
  7. package/documention/CesiumTerrainProvider.html +139 -0
  8. package/documention/CuttingTool.html +2910 -0
  9. package/documention/Deferred.html +139 -0
  10. package/documention/DrawElement.html +1643 -0
  11. package/documention/DrawTool.html +1275 -0
  12. package/documention/EditTool.html +1839 -0
  13. package/documention/FloodAnalysisReflection.html +1 -1
  14. package/documention/Graphic.html +4789 -0
  15. package/documention/GraphicsLayer.html +5071 -0
  16. package/documention/MeasureAreaTool.html +1182 -0
  17. package/documention/MeasureLengthTool.html +2306 -0
  18. package/documention/MeasureSlopeTool.html +1141 -0
  19. package/documention/ModelEditor.html +356 -0
  20. package/documention/PostProcessStageLibrary.html +3 -3
  21. package/documention/Promise.html +980 -0
  22. package/documention/RiverGeometry.html +2659 -0
  23. package/documention/S3MTileset.html +5 -5
  24. package/documention/SelectTool.html +784 -0
  25. package/documention/ShadowRateAnalysis.html +1827 -0
  26. package/documention/ShadowRateDrawCommand.html +917 -0
  27. package/documention/Style.html +14203 -0
  28. package/documention/Tooltip.html +877 -0
  29. package/documention/TriangulationTool.html +1721 -0
  30. package/documention/VisiblityAnalysis.html +1998 -0
  31. package/documention/WaterReflection.html +1 -1
  32. package/package.json +1 -1
@@ -112,7 +112,7 @@
112
112
 
113
113
  <span class="param-type">
114
114
 
115
- Cesium.Viewer
115
+ <a link="Cesium.Viewer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Cesium.Viewer" Cesium.Viewer.html>Cesium.Viewer</a>
116
116
 
117
117
  </span>
118
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapgis/webclient-cesium-plugin",
3
- "version":"17.2.3",
3
+ "version":"17.2.4",
4
4
  "description": "",
5
5
  "main": "dist/webclient-cesium-plugin-es6.min.js",
6
6
  "scripts": {},