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

Center of semicircle moves away from true center during zooming, and … #23

Closed avidspartan1 closed 7 years ago

avidspartan1 commented 7 years ago

…AngularJS failed to import the module ('module' is defined but 'require' isn't). Fixed.

avidspartan1 commented 7 years ago

I'm curious about my "fix" to the _updateCircle method. It places the center of the semicircle where I would expect it to be on my WGS84 map.

jieter commented 7 years ago

Thanks for the fixes, I'll merge in a minute.

Please use separate pull requests for unrelated issues next time.

jieter commented 7 years ago

released leaflet-semicircle@2.0.1

avidspartan1 commented 7 years ago

My bad--I'll use separate pull requests next time. Thanks!