Closed rendrom closed 8 years ago
Thanks for letting me know. Canvas layers don't fire tileload
events, so I've made an exception for them here.
Great! Thanks! It may be useful to add an exception for L.GridLayer (replace L.TileLayer.Canvas in leaflet 1)?
Thanks I've tested it but that's not an issue with Leaflet 1.0--GridLayer
fires the events this plugin listens to appropriately.
If you replace the layer
openStreetMapHumanitarian
from twobaselayers.html to L.TileLayer.Canvas(),openStreetMapHumanitarian = new L.TileLayer.Canvas(),
and when you switch on this layer from layer control, loading indicator does not stop