Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
This commit is contained in:
commit
f7aba2682c
@ -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