mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 10:43:02 +03:00
UI: update the switch-to-reverse link after each map click
This commit is contained in:
parent
8f0c628310
commit
eae9e1cbfa
@ -93,9 +93,9 @@ jQuery(document).ready(function(){
|
||||
$('#map-position-inner').html([html_center,html_zoom,html_viewbox,html_click,html_mouse].join('<br/>'));
|
||||
|
||||
var reverse_params = {
|
||||
// lat: map.getCenter().lat.toFixed(5),
|
||||
// lon: map.getCenter().lng.toFixed(5),
|
||||
// zoom: 2,
|
||||
lat: map.getCenter().lat.toFixed(5),
|
||||
lon: map.getCenter().lng.toFixed(5),
|
||||
zoom: map.getZoom(),
|
||||
format: 'html'
|
||||
}
|
||||
$('#switch-to-reverse').attr('href', 'reverse.php?' + $.param(reverse_params));
|
||||
|
Loading…
Reference in New Issue
Block a user