From fd855df19dfadabf14c34ba91e8dfc2421227bf1 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期五, 06 六月 2025 09:34:12 +0800 Subject: [PATCH] 1 --- src/utils/tools.js | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/utils/tools.js b/src/utils/tools.js index e94c5db..96e6986 100644 --- a/src/utils/tools.js +++ b/src/utils/tools.js @@ -299,7 +299,7 @@ polyline: Cesium.Color.fromCssColorString("#ffff0050"), polygon: Cesium.Color.fromCssColorString("#ffff0050"), }, - (e) => { } + (e) => {} ); }, qxcl() { @@ -309,7 +309,7 @@ polyline: Cesium.Color.fromCssColorString("#ffff0050"), polygon: Cesium.Color.fromCssColorString("#ffff0050"), }, - (e) => { } + (e) => {} ); }, fwjcl() { @@ -319,7 +319,7 @@ polyline: Cesium.Color.fromCssColorString("#ffff0050"), polygon: Cesium.Color.fromCssColorString("#ffff0050"), }, - (e) => { } + (e) => {} ); }, // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>鍦烘櫙鎴浘<<<<<<<<<<<<<<<<<<<<<<<<<<<<< @@ -929,7 +929,7 @@ }; this.analysisFlood = earthCtrl.analysis.createSubmergence( method, - (value) => { } + (value) => {} ); }, clearFlood() { @@ -962,6 +962,12 @@ this.contourLabel.showContourLabel(false); } }, + enableAtmosphere() { + earthCtrl.atmosphere.enable(); + }, + disableAtmosphere() { + earthCtrl.atmosphere.disable(); + }, }; export default mapUtils; -- Gitblit v1.9.3