@mapgis/cesium 17.6.4 → 17.6.8
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/Build/Cesium/Assets/Images/mapgis_logo.svg +180 -0
- package/Build/Cesium/Cesium.d.ts +41 -0
- package/Build/Cesium/Cesium.js +497 -497
- package/Build/Cesium/ThirdParty/wasm_splats_bg.wasm +0 -0
- package/Build/Cesium/index.cjs +427 -427
- package/Build/Cesium/index.js +428 -428
- package/Documentation/Billboard.html +225 -30
- package/Documentation/CreditDisplay.html +1 -1
- package/Documentation/Model.html +49 -49
- package/Documentation/Scene.html +115 -115
- package/Documentation/Viewer.html +52 -52
- package/Documentation/global.html +3 -3
- package/Documentation/global.html#Spyglass +1 -1
- package/Documentation/global.html#SwiperController +1 -1
- package/Documentation/global.html#VoxelRenderType +86 -0
- package/Documentation/global.html#obtainTranslucentCommandExecutionFunction +1 -1
- package/Documentation/types.txt +1 -1
- package/README.md +37 -0
- package/package.json +1 -1
- package/Documentation/AlgorithmLib.html +0 -5012
- package/Documentation/global.html#Batch +0 -322
- package/Documentation/global.html#GeometryVisualizer +0 -524
- package/Documentation/global.html#GlobeSurfaceShader +0 -150
- package/Documentation/global.html#PathVisualizer +0 -524
- package/Documentation/global.html#PolylineBucket +0 -150
- package/Documentation/global.html#PolylineGeometryUpdater +0 -2051
- package/Documentation/global.html#PolylineVisualizer +0 -524
- package/Documentation/global.html#SectionPlaneGeometry +0 -289
- package/Documentation/global.html#StaticGeometryColorBatch +0 -150
- package/Documentation/global.html#StaticGeometryPerMaterialBatch +0 -150
- package/Documentation/global.html#StaticOutlineGeometryBatch +0 -150
- package/Documentation/global.html#_collection +0 -150
- package/Documentation/global.html#_outlineBatches%5Bundefined%5D +0 -150
- package/Documentation/global.html#_polylineCollection +0 -150
- package/Documentation/global.html#_renderIDFramebuffer +0 -150
- package/Documentation/global.html#_swipeEnabled +0 -580
- package/Documentation/global.html#addGroundPrimitiveForTile +0 -150
- package/Documentation/global.html#analyPass +0 -236
- package/Documentation/global.html#angle +0 -150
- package/Documentation/global.html#aspect +0 -150
- package/Documentation/global.html#aspectArrow +0 -150
- package/Documentation/global.html#clippingGeometries +0 -236
- package/Documentation/global.html#color +0 -322
- package/Documentation/global.html#createGeometryClipFrontDepthMap +0 -150
- package/Documentation/global.html#createGroundPrimitiveForTile +0 -150
- package/Documentation/global.html#createGroundPrimitiveMaterial +0 -214
- package/Documentation/global.html#czm_renderIDTexture +0 -150
- package/Documentation/global.html#decay +0 -236
- package/Documentation/global.html#depth +0 -150
- package/Documentation/global.html#direction +0 -236
- package/Documentation/global.html#distance +0 -236
- package/Documentation/global.html#drawFrameBuffers +0 -150
- package/Documentation/global.html#execute +0 -150
- package/Documentation/global.html#executeAnalysis +0 -150
- package/Documentation/global.html#executeRenderIdCommand +0 -150
- package/Documentation/global.html#fillClip +0 -150
- package/Documentation/global.html#getFeatureOIds +0 -150
- package/Documentation/global.html#getRenderIDShaderProgram +0 -150
- package/Documentation/global.html#hasFlatten +0 -150
- package/Documentation/global.html#id +0 -322
- package/Documentation/global.html#intensity +0 -322
- package/Documentation/global.html#localBoundingSphere +0 -150
- package/Documentation/global.html#octEncodedNormals +0 -236
- package/Documentation/global.html#penumbra +0 -150
- package/Documentation/global.html#position +0 -236
- package/Documentation/global.html#processColorCorrectionUniforms +0 -150
- package/Documentation/global.html#processSwipe +0 -150
- package/Documentation/global.html#processSwipeUniforms +0 -150
- package/Documentation/global.html#renderIDFramebuffer +0 -150
- package/Documentation/global.html#swipeEnabled +0 -494
- package/Documentation/global.html#swipeFlags +0 -150
- package/Documentation/global.html#updateAnalysis +0 -150
- package/Documentation/global.html#updateClipFillUtil +0 -150
- package/Documentation/global.html#updateDeleteVerticalPlane +0 -150
- package/Documentation/global.html#updateLightManager +0 -150
- package/Documentation/global.html#updateModelExplosion +0 -150
- package/Documentation/global.html#updateModelFlatten +0 -150
- package/Documentation/global.html#updateModelStretch +0 -150
- package/Documentation/global.html#updateSectionRender +0 -150
package/README.md
CHANGED
|
@@ -75,6 +75,43 @@ See more in the [CesiumJS Features Checklist](https://github.com/CesiumGS/cesium
|
|
|
75
75
|
|
|
76
76
|
### 正式版
|
|
77
77
|
|
|
78
|
+
#### @mapgis/cesium v17.6.8
|
|
79
|
+
|
|
80
|
+
**更新说明:**
|
|
81
|
+
|
|
82
|
+
1. 功能新增
|
|
83
|
+
|
|
84
|
+
- logoScale接口支持去掉 MapGIS Logo
|
|
85
|
+
|
|
86
|
+
2. 功能优化
|
|
87
|
+
|
|
88
|
+
- 修复动态广告牌移除时报错的问题
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
#### @mapgis/cesium v17.6.7
|
|
92
|
+
|
|
93
|
+
**更新说明:**
|
|
94
|
+
|
|
95
|
+
1. 功能优化
|
|
96
|
+
|
|
97
|
+
- 修复爆炸分析中移动距离错误的问题
|
|
98
|
+
|
|
99
|
+
#### @mapgis/cesium v17.6.6
|
|
100
|
+
|
|
101
|
+
**更新说明:**
|
|
102
|
+
|
|
103
|
+
1. 功能优化
|
|
104
|
+
|
|
105
|
+
- 修复模型缓存图层销毁报错的问题
|
|
106
|
+
|
|
107
|
+
#### @mapgis/cesium v17.6.5
|
|
108
|
+
|
|
109
|
+
**更新说明:**
|
|
110
|
+
|
|
111
|
+
1. 功能优化
|
|
112
|
+
|
|
113
|
+
- 解决使用 cesium 定义的 TilingScheme 报错的问题
|
|
114
|
+
|
|
78
115
|
#### @mapgis/cesium v17.6.4
|
|
79
116
|
|
|
80
117
|
**更新说明:**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapgis/cesium",
|
|
3
|
-
"version":"17.6.
|
|
3
|
+
"version":"17.6.8",
|
|
4
4
|
"cesiumVersion": "1.122.0",
|
|
5
5
|
"description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
|
|
6
6
|
"homepage": "http://cesium.com/cesiumjs/",
|