// Custom circle icon for draggable markers // Custom triangle icon for draggable markers import L from "leaflet"; const startIcon = L.divIcon({ className: "custom-start-icon", html: "
", // Graues Dreieck iconSize: [10, 10], iconAnchor: [8, 8], }); export default startIcon;