suerprisePlus
2024-06-27 6ae4841b48665145aa469d574fbadb988a9c498c
src/assets/js/map/mapInfo.js
@@ -30,9 +30,23 @@
    });
  },
  setEntityQueryInput(){
    earthCtrl.camera.flyTo(120.27012029869624, 14.794107005718674, 2921.642108119077, 0, -90, 0, 2);
    // earthCtrl.camera.flyTo(120.27012029869624, 14.794107005718674, 2921.642108119077, 0, -90, 0, 2);
    // earthCtrl.camera.flyTo(120.298738742, 14.80902903, 2921.642108119077, 0, -90, 0, 2);
     earthCtrl.camera.flyTo(
      120.25011537497547,
      14.785109412061856,
      2921.642108119077,
      57, -45, 0, 2
      );
  },
  setFlyTo(res){
    earthCtrl.camera.flyTo(
      res.longitude,
      res.latitude,
      res.height,
      0, -90, 0, 2
      );
  }
 
};
export default mapInfo;