fix(dev): add missing Map flags in GisSystemStatic to match production

Add/restore Map: 1 attributes in GisSystemStatic (dev)
Ensures mapLayers initialization creates visibility keys
Fixes missing area markers and layer control state in dev
Behavior now consistent with production
This commit is contained in:
ISA
2025-09-12 13:09:21 +02:00
parent a2d3338624
commit 239ad82e46
5 changed files with 214 additions and 22 deletions

View File

@@ -23,4 +23,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.353
NEXT_PUBLIC_APP_VERSION=1.1.354