feat:Linien Mouse over polyline.setStyle

This commit is contained in:
ISA
2024-07-11 13:11:40 +02:00
parent cd3d84f12c
commit f75db21738
3 changed files with 8 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import "leaflet/dist/leaflet.css";
const circleIcon = L.divIcon({
className: "custom-div-icon",
html: "<div style='background-color:gray;border-radius:50%;width:10px;height:10px;'></div>",
html: "<div style='background-color:gray;border-radius:50%;width:10px;height:10px;border: solid black 1px;'></div>",
iconSize: [25, 25],
iconAnchor: [5, 5],
});