// komponents/gisPolylines/icons/SupportPointIcons import L from "leaflet"; import "leaflet/dist/leaflet.css"; // Icon für Stützpunkt hinzufügen export const AddSupportPointIcon = L.divIcon({ className: "custom-add-support-point-icon", html: `
+
`, iconSize: [24, 24], iconAnchor: [12, 12], }); // Icon für Stützpunkt entfernen export const RemoveSupportPointIcon = L.divIcon({ className: "custom-remove-support-point-icon", html: `
-
`, iconSize: [24, 24], iconAnchor: [12, 12], });