东蒙基地聚焦

main
zzq 2024-05-07 11:31:14 +08:00
parent 64c8fd3c29
commit 87664426a9
2 changed files with 11 additions and 0 deletions

BIN
dist.rar

Binary file not shown.

View File

@ -2188,6 +2188,17 @@
}, 10000)
}
if (obj.name == '东蒙基地') {
setTimeout(function () {
viewer.scene.camera.flyTo({
destination: new Cesium.Cartesian3.fromDegrees(118.023407,35.359855, 500),
orientation: {
heading: 0.09596697944080823,
pitch: -0.6,
roll: 2.0370372055822372e-11
},
duration: 1,
});
}, 500)
setTimeout(function () {
methods.addMonitorEntity();
}, 2000)