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)