Fix: Polyline-Layer-Visibility reagiert jetzt zuverlässig auf Redux-State

- setupPolylines wird im useEffect asynchron aufgerufen
- Marker und Polylinien werden erst nach Abschluss der async-Operation gesetzt
- Sichtbarkeit der Kabelstrecken (Kabel-Layer) wird korrekt auf der Karte
This commit is contained in:
ISA
2025-08-20 15:52:56 +02:00
parent 44b29469b9
commit c8a14ee873
5 changed files with 63 additions and 60 deletions

View File

@@ -24,4 +24,4 @@ NEXT_PUBLIC_USE_MOCKS=true
# z.B. http://10.10.0.13/xyz/index.aspx -> basePath in config.json auf /xyz setzen
# basePath wird jetzt in public/config.json gepflegt
# App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.1.330
NEXT_PUBLIC_APP_VERSION=1.1.331