From 0b23b7f9a3f3cc20affdbcf22e24cd399006dea2 Mon Sep 17 00:00:00 2001 From: ISA Date: Tue, 28 May 2024 14:21:21 +0200 Subject: [PATCH] Dreieck in Talas Layer --- components/MapComponent.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/MapComponent.js b/components/MapComponent.js index e971f5341..851ed784b 100644 --- a/components/MapComponent.js +++ b/components/MapComponent.js @@ -41,6 +41,8 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => { const linePositions = lineCoordinates || [ [52.505, 8], [52, 8.5], + [51.5, 8], + [52.505, 8], ]; const [showAddStationPopup, setShowAddStationPopup] = useState(false); const [userRights, setUserRights] = useState(null);