X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b6ae16bc83e4c9f41b17266646917cc0c380d8a4..27532c3c3ad5b43af88dca96e54c88412d7ac601:/app/views/geocoder/results.rhtml diff --git a/app/views/geocoder/results.rhtml b/app/views/geocoder/results.rhtml index 3d7ee9060..7f4d710e1 100644 --- a/app/views/geocoder/results.rhtml +++ b/app/views/geocoder/results.rhtml @@ -4,8 +4,9 @@ Name Country - - + + + <% @res_ary.each do |hsh| %> @@ -18,7 +19,10 @@ <%= hsh['countryname'] %> -<%= link_to('Map', url="/index.html?lat=#{hsh['lat']}&lon=#{hsh['lon']}&zoom=12") %> +<%= link_to('Map', url="/index.html?mlat=#{hsh['lat']}&mlon=#{hsh['lon']}&zoom=12") %> + + +<%= link_to('Edit', url="/edit.html?mlat=#{hsh['lat']}&mlon=#{hsh['lon']}&zoom=12") %> <%= link_to('API', url="/#FIXME") %>