123
wangjuncheng
2025-06-16 4b7b8185bdce4272cd5f256fcc777056f54add6d
src/components/tools/Tools.vue
@@ -233,12 +233,8 @@
      }
    },
    日照分析: () => {
      showSunAnalysis.value = !showSunAnalysis.value
      if (showSunAnalysis.value) {
        // mapUtils.AnalysisSunshine()
      } else {
        // mapUtils.disableAtmosphere()
      }
      window.Viewer = earthCtrl.viewer;
      mapUtils.AnalysisSunshine()
    },
    文字标绘: () => mapUtils.CreateLabel("label", true),