diff --git a/code/map_data_debug.js b/code/map_data_debug.js index 4ecc27a8..44783794 100644 --- a/code/map_data_debug.js +++ b/code/map_data_debug.js @@ -4,7 +4,7 @@ window.RenderDebugTiles = function() { this.debugTileLayer = L.layerGroup(); - window.addLayerGroup("DEBUG Data Tiles", this.debugTileLayer); + window.addLayerGroup("DEBUG Data Tiles", this.debugTileLayer, false); this.debugTileToRectangle = {}; }