From d0272e6a4e5b68c4e82e7356849f6ceb402a1055 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期五, 18 四月 2025 20:02:55 +0800 Subject: [PATCH] 修改避险点 --- src/utils/area.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/area.js b/src/utils/area.js index d413279..787fc9d 100644 --- a/src/utils/area.js +++ b/src/utils/area.js @@ -4,7 +4,7 @@ export function loadAreaPolygon(url, isPolluted = false) { let color = new Cesium.Color(1.0, 0.0, 0.0, 0.1) if (isPolluted) { - color = Cesium.Color.SKYBLUE + color = Cesium.Color.GREEN } // 浣跨敤 GeoJsonDataSource 鍔犺浇 GeoJSON 鏁版嵁 const dataSourcePromise = Cesium.GeoJsonDataSource.load(url, { -- Gitblit v1.9.3