-<tr class="<%= cl %>" id="tr-changeset-<%= changeset.id%>">
- <td>
- <%=
- id_link = link_to(changeset.id,
- {:controller => 'browse', :action => 'changeset', :id => changeset.id},
- {:title => t('changeset.changeset.view_changeset_details')})
- raw t 'changeset.changeset.id', :id => id_link
- %>
- </td>
+ if changeset.has_valid_bbox?
+ bbox = changeset.bbox.to_unscaled
+ changeset_data[:bbox] = {
+ :minlon => bbox.min_lon,
+ :minlat => bbox.min_lat,
+ :maxlon => bbox.max_lon,
+ :maxlat => bbox.max_lat
+ }
+ end
+%>