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