This does not work well yet

This commit is contained in:
Mihai Varga 2015-04-15 10:13:57 +03:00
parent c72f197e71
commit 62c394f5bd

View file

@ -597,7 +597,7 @@ L.GridLayer = L.Layer.extend({
// tile is already added, between the first request and the response
// from the server there might have been other request, which are now
// invalid OR the tile needs to be updated
this._tiles[key].el.src = tile.src;
//this._tiles[key].el.src = tile.src;
return;
}
this._initTile(tile);