end
end
+ ##
+ # Return XML giving the basic info about the changeset. Does not
+ # return anything about the nodes, ways and relations in the changeset.
def read
begin
changeset = Changeset.find(params[:id])
<td>
<%= render :partial => "changeset_details", :object => @changeset %>
<hr />
- <%= link_to "Download XML", :controller => "changeset", :action => "read" %>
+ <%= link_to "Download Changeset XML", :controller => "changeset", :action => "read" %> |
+ <%= link_to "Download osmChange XML", :controller => "changeset", :action => "download" %>
</td>
</tr>
</table>