+ <%= render :partial => "tag_details", :object => changeset_details %>
+
+ <tr>
+ <th>Bounding box:</th>
+ <% unless changeset_details.has_valid_bbox? %>
+ <td>No bounding box has been stored for this changeset.</td>
+ <% else
+ minlon = changeset_details.min_lon/GeoRecord::SCALE.to_f
+ minlat = changeset_details.min_lat/GeoRecord::SCALE.to_f
+ maxlon = changeset_details.max_lon/GeoRecord::SCALE.to_f
+ maxlat = changeset_details.max_lat/GeoRecord::SCALE.to_f
+ %>