Merge pull request #5151 from AntonKhorev/no-history-and-export-buttons
Move History and Export buttons to secondary nav
This commit is contained in:
commit
7f611b295f
5 changed files with 44 additions and 26 deletions
|
@ -32,6 +32,7 @@ OSM.Search = function (map) {
|
|||
|
||||
$(".describe_location").on("click", function (e) {
|
||||
e.preventDefault();
|
||||
$("header").addClass("closed");
|
||||
var center = map.getCenter().wrap(),
|
||||
precision = OSM.zoomPrecision(map.getZoom()),
|
||||
lat = center.lat.toFixed(precision),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue