guonan
2025-04-18 d0272e6a4e5b68c4e82e7356849f6ceb402a1055
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)