504 B
504 B
🧩 gisStationsStaticDistrictSlice.js
Lädt und speichert statische Standortdaten (z. B. Koordinaten) der Stationen im aktuellen Bezirk.
Zustand
{
data: { Points: [] },
status: "idle" | "loading" | "succeeded" | "failed",
error: string | null
}
Thunk
fetchGisStationsStaticDistrictThunk()
Selector
selectGisStationsStaticDistrict = (state) => state.gisStationsStaticDistrict.data