危险区修改

qzc-dev-demo
秦子超 2025-07-16 13:53:02 +08:00
parent f1212d6859
commit e5436498fc
2 changed files with 3165 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -44,7 +44,7 @@ export default function SetDrpStation({tms}) {
},[]) },[])
const getGeoJsonData = async () => { const getGeoJsonData = async () => {
const radarRangeData = await fetch(`${process.env.PUBLIC_URL}/data/geojson/macheng/wxq.geojson`) const radarRangeData = await fetch(`${process.env.PUBLIC_URL}/data/geojson/macheng/wxq2.geojson`)
.then(resp => resp.json()) .then(resp => resp.json())
.then(data => data.features) .then(data => data.features)
.catch(() => []); .catch(() => []);