|
|
@@ -42,8 +42,8 @@ const viewer=new Cesium.Viewer("global-container",{
|
|
|
viewer.scene.backgroundColor = new Cesium.Color(0.0, 0.0, 0.0, 0.0);
|
|
|
viewer._cesiumWidget._creditContainer.style.display = "none";
|
|
|
viewer.camera.flyTo({
|
|
|
- destination : Cesium.Cartesian3.fromDegrees(110,35.5, 8000000.0),
|
|
|
- duration:0.1
|
|
|
+ destination : Cesium.Cartesian3.fromDegrees(110,35.5, 9000000.0),
|
|
|
+ duration:0.3
|
|
|
});
|
|
|
viewer.scene.globe.enableLighting = true
|
|
|
viewer.scene.skyAtmosphere.show = true;
|