Add a mini map to the changeset view in the data browser.
This commit is contained in:
parent
b02c873c0e
commit
1262b376ef
2 changed files with 26 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue