|
|
@@ -42,7 +42,7 @@ 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, 9000000.0),
|
|
|
+ destination : Cesium.Cartesian3.fromDegrees(110,35.5, 12500000.0),
|
|
|
duration:0.3
|
|
|
});
|
|
|
viewer.scene.globe.enableLighting = true
|
|
|
@@ -398,4 +398,5 @@ getGif();//动态图
|
|
|
ontimeShow()
|
|
|
|
|
|
|
|
|
+
|
|
|
|