danzel / Leaflet.utfgrid

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

Add support for Leaflet 'tileerror' event #42

Closed sambernet closed 9 years ago

sambernet commented 9 years ago

In the current Leaflet version a 'tileerror' event is triggered in case any of the source servers with layer data can not deliver tiles being requested. In regular tile layers we handle these events and need to be able to do the same for utfgrid layers.

Changes:

I'd be happy if you consider this to be integrated into master.

Thanks for Leaflet.utfgrid and happy coding :-)

danzel commented 9 years ago

This sounds like a good addition, will review

danzel commented 9 years ago

:+1: