smithmicro / mapbox-gl-circle

A *google.maps.Circle* replacement for Mapbox GL JS

Home Page:https://smithmicro.github.io/mapbox-gl-circle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check if lodash.debounce mitigates performance issues

mblomdahl opened this issue · comments

Evaluate impact of using Ryan Baumann's debounce tip from mapbox/smithmicro-collab#1, map.on('mousemove', _.debounce(onMousemove, 12, {trailing: true, leading: true})).