debug: move debug tiles to back
This commit is contained in:
parent
57720b270a
commit
d534b12f19
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user