TALAS als separater layerGroup
This commit is contained in:
24
states/mapLayersState.js
Normal file
24
states/mapLayersState.js
Normal file
@@ -0,0 +1,24 @@
|
||||
// states/mapLayersState.js
|
||||
import { atom } from "recoil";
|
||||
|
||||
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,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user