From fe65a5d87f58680f39e7900373ff7a31dafa157f Mon Sep 17 00:00:00 2001 From: ISA Date: Fri, 14 Jun 2024 11:33:42 +0200 Subject: [PATCH] temp: move markers in the lines on the map --- components/MapComponent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/MapComponent.js b/components/MapComponent.js index 48f0aa50e..6c28a06f1 100644 --- a/components/MapComponent.js +++ b/components/MapComponent.js @@ -2219,7 +2219,7 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => { //--------------------------------------------------------- // Erstellt einen verschiebbaren Marker const draggableMarker = L.circleMarker(lineData.coordinates[0], { - icon: circleIcon, + icon: blueCircleIcon, draggable: true, // Ermöglicht das Verschieben des Markers }).addTo(map);