From d534b12f19051ca03098abe53109ab8ccbfd8e89 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Mon, 10 Mar 2014 22:18:02 +0000 Subject: [PATCH] debug: move debug tiles to back --- code/map_data_debug.js | 1 + 1 file changed, 1 insertion(+) 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) {