w8r / leaflet-labeled-circle

Special type of SVG marker with a label inside and draggable around the anchor point
https://w8r.github.io/leaflet-labeled-circle/demo/
MIT License
42 stars 10 forks source link

Styling is hard coded #22

Closed popkinj closed 3 years ago

popkinj commented 3 years ago

Thanks for this great plugin ☺ The README shows the ability to change styling of the marker. However, it appears to be hardcoded here. Am I not using this tool properly?

If PRs are welcome I don't mind helping out.

Thanks Jamie

w8r commented 3 years ago

Why, you can pass different set of markerOptions etc, you see here it's used from the options passed in to the Control

popkinj commented 3 years ago

Thanks @w8r :)