Falko Schumann
Results
2
issues of
Falko Schumann
The Leaflet documentation defines the property `iconAnchor` of an icon as `L.Point`, so rotated marker should also accept `{x: 10, y: 20}` and not only `[10, 20]`. I write a...
Introduce options to optional hide label outlines. We used this in combination with high contrast colors. Example with minimal possible outline width: Example without outline: EDIT: add examples with enabled/disabled...