This commit is contained in:
zh
2025-10-21 18:04:59 +08:00
parent fafd75f988
commit 35010675e7
10 changed files with 110 additions and 517 deletions

View File

@ -168,6 +168,7 @@ class YJEarth {
this.viewer = new Cesium.Viewer(this.div_id, this.options)
this.viewer.scene.imageryLayers._layers[0].notes = 'default-base-map'
this.viewer._shadows = this.viewer.shadows
this.viewer._container.style.display = 'flex'
this.viewer.scene.screenSpaceCameraController.maximumZoomDistance = 50000000