Gerät in neue Tab öffnen vergessen

This commit is contained in:
ISA
2024-12-30 10:35:39 +01:00
parent 30fdd2ca65
commit ad766b412c

View File

@@ -113,6 +113,8 @@ export const createAndSetDevices = async (systemId, setMarkersFunction, GisSyste
iconAnchor: [27, 41], iconAnchor: [27, 41],
popupAnchor: [1, -34], popupAnchor: [1, -34],
}), }),
areaName: station.Area_Name, // Stelle sicher, dass dieser Bereich gesetzt wird
link: station.Link,
zIndexOffset: 100 * (6 - minLevel), zIndexOffset: 100 * (6 - minLevel),
}); });