jieter / Leaflet-semicircle

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

Fixed rounding error on circle. #40

Closed Severino closed 2 years ago

Severino commented 2 years ago

When the radius is a floating-point number, only the r2 gets rounded and r stays a floating-point value. This results in a weird ellipse.

This commit removes the rounding to prevent this from happening.

Severino commented 2 years ago

@jieter could you have a look at this? Thanks!