poiLayerRef popup per mouseover und verschieben aber poi in MySQL-DB-Tabelle hinzufügen noch nicht

This commit is contained in:
ISA
2024-04-25 18:58:17 +02:00
parent 17afca6115
commit 82ac370c55
2 changed files with 43 additions and 29 deletions

View File

@@ -6,19 +6,19 @@ export const mapLayersState = atom({
default: {
// Standardwerte für jeden Layer
TALAS: true,
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,
ECI: true,
ULAF: true,
GSMModem: true,
CiscoRouter: true,
WAGO: true,
Siemens: true,
OTDR: true,
WDM: true,
GMA: true,
Messstellen: true,
TALASICL: true,
DAUZ: true,
SMSFunkmodem: true,
Sonstige: true,
},
});