1
wangjuncheng
2025-06-06 fd855df19dfadabf14c34ba91e8dfc2421227bf1
src/utils/tools.js
@@ -961,6 +961,12 @@
    if (this.contourLabel) {
      this.contourLabel.showContourLabel(false);
    }
  },
  enableAtmosphere() {
    earthCtrl.atmosphere.enable();
  },
  disableAtmosphere() {
    earthCtrl.atmosphere.disable();
  },
};