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);