Linien ausgeblendet für Demo Server

This commit is contained in:
ISA
2024-06-11 15:30:30 +02:00
parent a983780b64
commit 577a93e3c5

View File

@@ -2152,7 +2152,7 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => {
});
}, []);
useEffect(() => {
/* useEffect(() => {
if (!map) return;
linePositions.forEach((line) => {
@@ -2193,7 +2193,7 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => {
}
}
});
}, [map, linePositions]);
}, [map, linePositions]); */
//---------------------------------------------------------
return (