danzel / Leaflet.utfgrid

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

sparse tile sets don't work #43

Closed calvinmetcalf closed 9 years ago

calvinmetcalf commented 9 years ago

If you have a utfgrid tileset where empty tiles are omitted (aka respond with a 404) then this plugin doesn't work because (from what I can tell), errored requests are never removed from the request queue eventually saturating it preventing new requests.