diff --git a/code/map_data_debug.js b/code/map_data_debug.js index 9f799ee7..225d2db6 100644 --- a/code/map_data_debug.js +++ b/code/map_data_debug.js @@ -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) {