debug: move debug tiles to back

This commit is contained in:
Jon Atkins 2014-03-10 22:18:02 +00:00
parent 57720b270a
commit d534b12f19

View File

@ -29,6 +29,7 @@ window.RenderDebugTiles.prototype.create = function(id,bounds) {
var l = L.rectangle(bounds,s);
this.debugTileToRectangle[id] = l;
this.debugTileLayer.addLayer(l);
l.bringToBack();
}
window.RenderDebugTiles.prototype.setColour = function(id,bordercol,fillcol) {