feat: Geräte-Marker vollständig auf Redux umgestellt

- createAndSetDevices.js angepasst: Datenbezug jetzt nur noch über Redux-Store (Selectoren)
- fetch aus config.js entfernt (keine Verwendung von mapGisStationsStaticDistrictUrl mehr)
- MapComponent.js und useDynamicMarkerLayers.js entsprechend aktualisiert
- Fehlerbehandlung verbessert („Redux enthält keine gültigen Geräte-/Statusdaten“)
- CHANGELOG.md aktualisiert auf Version 1.1.139
This commit is contained in:
ISA
2025-05-22 07:58:55 +02:00
parent 5362cb2605
commit d1ef0b355d
3 changed files with 43 additions and 48 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.139";
export const APP_VERSION = "1.1.140";