]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/geocoder/results.rhtml
added a marker to show a location on the map
[rails.git] / app / views / geocoder / results.rhtml
index 3d7ee9060eab88ab2be86a80a878ad7abcc555b7..e4a48dd18d96a73510fe822bb5b94ec5f17461de 100644 (file)
@@ -18,7 +18,7 @@
 <%= hsh['countryname'] %>
 </td>
 <td>
-<%= 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") %>  
 </td>
 <td>
 <%= link_to('API', url="/#FIXME") %>