debug layer: default to off

This commit is contained in:
Jon Atkins 2014-02-26 05:12:37 +00:00
parent a86872d051
commit 16e56917c2

View File

@ -4,7 +4,7 @@
window.RenderDebugTiles = function() { window.RenderDebugTiles = function() {
this.debugTileLayer = L.layerGroup(); this.debugTileLayer = L.layerGroup();
window.addLayerGroup("DEBUG Data Tiles", this.debugTileLayer); window.addLayerGroup("DEBUG Data Tiles", this.debugTileLayer, false);
this.debugTileToRectangle = {}; this.debugTileToRectangle = {};
} }