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

Prevent overlapping mouse down events #79

Closed eddydg closed 1 year ago

eddydg commented 5 years ago

When handler drag event overlap, only trigger the drag mouse down event corresponding to the cursor style:

Issue: https://github.com/smithmicro/mapbox-gl-circle/issues/80

rajkdale commented 5 years ago

I am facing same issue with overlapping clicks. When will this merge ?