Files
nodeMap/docs/redux/slices/webService/gisStationsStaticDistrictSlice.md
2025-05-28 08:04:34 +02:00

504 B
Raw Blame History

🧩 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