debug layer: default to off
This commit is contained in:
@ -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 = {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user