danzel / Leaflet.utfgrid

A UTFGrid implementation for leaflet that is super small.
MIT License
131 stars 51 forks source link

Support touch devices #11

Closed tmcw closed 8 years ago

tmcw commented 11 years ago

Ideally with adjustable tolerance over what's available on desktop.

danzel commented 11 years ago

We have 'click' event support on touch at the moment, but no over/out events are fired. Adjustable tolerance sounds like a good idea.