// Custom circle icon for draggable markers import L from "leaflet"; const startIcon = L.divIcon({ className: "custom-start-icon", html: "
", // Rot für den Startpunkt iconSize: [25, 25], iconAnchor: [5, 5], }); export default startIcon;