src/store/simulation.js
@@ -82,8 +82,25 @@ } } const flyToHomeView = () => { const view = { destination: { x: -2355432.569004413, y: 4687573.191838412, z: 4098726.315265574, }, orientation: { pitch: -0.9541030830183503, roll: 0.00031421159527500464, heading: 6.140424766644804, }, }; viewer.scene.camera.flyTo(view); } const startYHGL = () => { init() flyToHomeView() locationShow.value = true }