0

Misc leaflet fixes

This commit is contained in:
Andrew Chin
2016-06-29 22:59:54 -04:00
parent c0875a9ceb
commit 6d3062fade
2 changed files with 49 additions and 14 deletions

View File

@@ -14,6 +14,9 @@ overviewer.map = null;
overviewer.worldCtrl = null;
overviewer.layerCtrl = null;
overviewer.current_world = null;
/// Records the current layer by name (if any) of each world
overviewer.current_layer = {};
overviewer.collections = {
@@ -37,6 +40,8 @@ overviewer.collections = {
*/
'centers': {},
'overlays': {},
'worldViews': [],
'haveSigns': false,