X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7dd06b4f88ff97c6942210b89cea9f96a39feaca..e19c04c7a7410dd134df9242c221e8a8bb83e3c6:/app/views/site/_search.html.erb diff --git a/app/views/site/_search.html.erb b/app/views/site/_search.html.erb index dab031c7b..3750a7dc9 100644 --- a/app/views/site/_search.html.erb +++ b/app/views/site/_search.html.erb @@ -13,6 +13,17 @@ :with => "'lat=' + position.lat + '&lon=' + position.lon + '&zoom=' + zoom") %> } + function setSearchViewbox() { + <% if params[:action] == 'index' %> + var extent = getMapExtent(); + + $("minlon").value = extent.left; + $("minlat").value = extent.bottom; + $("maxlon").value = extent.right; + $("maxlat").value = extent.top; + <% end %> + } + <% if params[:query] %> <%= remote_function(:loading => "startSearch()", :url => { :controller => :geocoder, :action => :search, :query => h(params[:query]) }) %> @@ -26,11 +37,18 @@ <%= t 'site.search.where_am_i' %>