Add a mini map to the changeset view in the data browser.

This commit is contained in:
Tom Hughes 2009-04-08 23:44:43 +00:00
parent b02c873c0e
commit 1262b376ef
2 changed files with 26 additions and 7 deletions

View file

@ -11,8 +11,11 @@
<td>
<%= render :partial => "changeset_details", :object => @changeset %>
<hr />
<%= link_to "Download Changeset XML", :controller => "changeset", :action => "read" %> |
<%= link_to "Download osmChange XML", :controller => "changeset", :action => "download" %>
Download
<%= link_to "Changeset XML", :controller => "changeset", :action => "read" %>
or
<%= link_to "osmChange XML", :controller => "changeset", :action => "download" %>
</td>
<%= render :partial => "map", :object => @changeset %>
</tr>
</table>