Dreieck in Talas Layer
This commit is contained in:
@@ -41,6 +41,8 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => {
|
|||||||
const linePositions = lineCoordinates || [
|
const linePositions = lineCoordinates || [
|
||||||
[52.505, 8],
|
[52.505, 8],
|
||||||
[52, 8.5],
|
[52, 8.5],
|
||||||
|
[51.5, 8],
|
||||||
|
[52.505, 8],
|
||||||
];
|
];
|
||||||
const [showAddStationPopup, setShowAddStationPopup] = useState(false);
|
const [showAddStationPopup, setShowAddStationPopup] = useState(false);
|
||||||
const [userRights, setUserRights] = useState(null);
|
const [userRights, setUserRights] = useState(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user