危险区修改
parent
f1212d6859
commit
e5436498fc
File diff suppressed because it is too large
Load Diff
|
|
@ -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(() => []);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue