smithmicro / mapbox-gl-circle

A *google.maps.Circle* replacement for Mapbox GL JS
https://smithmicro.github.io/mapbox-gl-circle/
ISC License
55 stars 26 forks source link

Add radiuschanging and centerchanging events #77

Open eddydg opened 6 years ago

eddydg commented 6 years ago

Add two new events: centerchanging and radiuschanging. They will fire whenever the center/radius of a circle is being changed. Unlike centerchanged and radiuschanged which fire only after a mouseup or mouseout, these will fire every time there is a change during dragging.

fredguest commented 4 years ago

@mblomdahl this PR would be handy, any reason it can't be merged?