|
|
@@ -463,8 +463,9 @@ export default defineComponent({
|
|
|
methods: {
|
|
|
flyHome() {
|
|
|
const tempData = {
|
|
|
- destination: { x: 93.8, y: 26.02060211195423, z: 666896.88999354467 },
|
|
|
- // destination: { x: 94.44066857601297, y: 26.00104492171595, z: 666896.88999354467 },
|
|
|
+ destination: { x: 94.78654373385515, y: 28.346531418458763, z: 219814.67543127885 },
|
|
|
+ // destination: { x: 93.8, y: 26.02060211195423, z: 666896.88999354467 },
|
|
|
+
|
|
|
orientation: { heading: 6.283185307179586, pitch: -1.0182023771170687, roll: 6.283185307179586 },
|
|
|
};
|
|
|
map.flyTo(tempData, 1);
|