jieter / Leaflet-semicircle

Extend Leaflet's circle class to display semicircles.
http://jieter.github.io/Leaflet-semicircle/examples/semicircle.html
MIT License
121 stars 52 forks source link

Added options 'innerRadius' and 'ringWidth' to draw rings instead of circles #44

Open Severino opened 1 year ago

Severino commented 1 year ago

I needed the possibility to draw hollow ring-like semi-circles:

This is accomplished by simply using the two option parameters innerRadius or ringWidth alongside the startAngle and stopAngle options.

Preview can be seen here: https://severino.github.io/Leaflet-semiring/examples/semirings.html

jayli3n commented 11 months ago

Very cool feature, hope owner will merge this in