月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-09-14 0e828960b1ffc10f19303316e7e1a10c9117614e
src/assets/js/Map/index.js
@@ -49,6 +49,17 @@
    sgworld.Navigate.Stop(); //取消飞行状态
    sgworld.Navigate.setPosition(-1093596.38, 5729026.12, 4136590.41);
  },
  showlonlatLine() {
    window.graticules = new SmartEarth.Cesium.Graticules(
      earthCtrl.Viewer,
      SmartEarth.Cesium.Color.PALEGREEN
    );
    // graticules.makeCoordAxiss();
    earthCtrl.Viewer.scene.preUpdate.addEventListener(function () {
      graticules.update();
    });
  },
  //鼠标左键点击事件添加
  addMouseLeftClickEvents() {
    if (window.handleLeftClick) {