Manuell layerGroup anzeigen

This commit is contained in:
ISA
2024-04-23 08:17:58 +02:00
parent a33efd44f7
commit 0ca9db9374
3 changed files with 94 additions and 110 deletions

View File

@@ -5,20 +5,20 @@ export const mapLayersState = atom({
key: "mapLayersState", // Eindeutiger Schlüssel für das Atom
default: {
// Standardwerte für jeden Layer
TALAS: false,
ECI: false,
ULAF: false,
GSMModem: false,
CiscoRouter: false,
WAGO: false,
Siemens: false,
OTDR: false,
WDM: false,
GMA: false,
Messstellen: false,
TALASICL: false,
DAUZ: false,
SMSFunkmodem: false,
Sonstige: false,
show_TALAS: false,
show_ECI: false,
show_ULAF: false,
show_GSMModem: false,
show_CiscoRouter: false,
show_WAGO: false,
show_Siemens: false,
show_OTDR: false,
show_WDM: false,
show_GMA: false,
show_Messstellen: false,
show_TALASICL: false,
show_DAUZ: false,
show_SMSFunkmodem: false,
show_Sonstige: false,
},
});