Checkboxen switch
This commit is contained in:
@@ -5,20 +5,20 @@ export const mapLayersState = atom({
|
||||
key: "mapLayersState", // Eindeutiger Schlüssel für das Atom
|
||||
default: {
|
||||
// Standardwerte für jeden Layer
|
||||
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,
|
||||
show_TALAS: true,
|
||||
show_ECI: true,
|
||||
// show_ULAF: false,
|
||||
show_GSMModem: true,
|
||||
show_CiscoRouter: true,
|
||||
show_WAGO: true,
|
||||
show_Siemens: true,
|
||||
show_OTDR: true,
|
||||
show_WDM: true,
|
||||
show_GMA: true,
|
||||
show_Messstellen: true,
|
||||
show_TALASICL: true,
|
||||
show_DAUZ: true,
|
||||
show_SMSFunkmodem: true,
|
||||
show_Sonstige: true,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user