소스 검색

修改初始位置

chc 1 년 전
부모
커밋
d14812b226
2개의 변경된 파일392개의 추가작업 그리고 394개의 파일을 삭제
  1. 389 392
      src/views/map/Map.vue
  2. 3 2
      src/views/map/toolBox.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 389 - 392
src/views/map/Map.vue


+ 3 - 2
src/views/map/toolBox.vue

@@ -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);