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