var bounds = new OpenLayers.Bounds();
<% @edits.each do |edit| %>
+ <% if edit.has_valid_bbox? %>
var minlon = <%= edit.min_lon / GeoRecord::SCALE.to_f %>;
var minlat = <%= edit.min_lat / GeoRecord::SCALE.to_f %>;
var maxlon = <%= edit.max_lon / GeoRecord::SCALE.to_f %>;
addBoxToMap(bbox, "<%= edit.id %>", true);
<% end %>
+ <% end %>
vectors.events.on({
"featureselected": function(feature) {