From d0272e6a4e5b68c4e82e7356849f6ceb402a1055 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期五, 18 四月 2025 20:02:55 +0800 Subject: [PATCH] 修改避险点 --- src/components/monifangzhen/ResultAssess.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/monifangzhen/ResultAssess.vue b/src/components/monifangzhen/ResultAssess.vue index 5057dc7..3ac2eb6 100644 --- a/src/components/monifangzhen/ResultAssess.vue +++ b/src/components/monifangzhen/ResultAssess.vue @@ -110,10 +110,10 @@ return } - const dataSourcePromise = Cesium.GeoJsonDataSource.load('/json/fxArea.json', { - stroke: Cesium.Color.YELLOW, - fill: Cesium.Color.YELLOW.withAlpha(0.5), - }) + // const dataSourcePromise = Cesium.GeoJsonDataSource.load('/json/fxArea.json', { + // stroke: Cesium.Color.YELLOW, + // fill: Cesium.Color.YELLOW.withAlpha(0.5), + // }) dataSourcePromise.then(data => { dataSource = data viewer.dataSources.add(data) -- Gitblit v1.9.3