History

<% if @bbox!=nil minlon = @bbox[0] minlat = @bbox[1] maxlon = @bbox[2] maxlat = @bbox[3] %>

Changesets within the area: (<%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%>)

<% if @edits.nil? or @edits.empty? %>

No changesets

<% else %> <%= render :partial => 'changeset_paging_nav' %> <%= render :partial => 'changesets' %> <%= render :partial => 'changeset_paging_nav' %>

For all changes everywhere see <%= link_to("Recent Changes", :controller => "browse", :action => "changesets") %>

<% end else #bbox is nil. happens if the user surfs to this page directly. %>

No area specified

First use the view tab to pan and zoom to an area of interest, then click the history tab.

Alternatively view all <%= link_to("recent changes", :controller => "browse", :action => "changesets") %>

<% end %>