leaflet: Reimplement coordinate box on bottom left
I'd move the event setup into addTo, but JS is utter garbage and thinks "this" in a function callback like that should be whatever, not where you actually define it.
This commit is contained in:
@@ -14,6 +14,7 @@ overviewer.map = null;
|
||||
overviewer.worldCtrl = null;
|
||||
overviewer.layerCtrl = null;
|
||||
overviewer.compass = null;
|
||||
overviewer.coord_box = null;
|
||||
overviewer.current_world = null;
|
||||
|
||||
/// Records the current layer by name (if any) of each world
|
||||
|
||||
Reference in New Issue
Block a user