From 16e56917c247a464ae1b21154a43c6e6a07c5419 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Wed, 26 Feb 2014 05:12:37 +0000 Subject: [PATCH] debug layer: default to off --- code/map_data_debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}; }