X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7e4ceec192572936f5618d6e834bd5cea4f26b80..fc25c3d412829774abf0454e4dcc92e41f47454c:/app/views/changeset/_map.html.erb diff --git a/app/views/changeset/_map.html.erb b/app/views/changeset/_map.html.erb index 39906af08..69d32b2c2 100644 --- a/app/views/changeset/_map.html.erb +++ b/app/views/changeset/_map.html.erb @@ -50,6 +50,7 @@ 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 %>; @@ -60,6 +61,7 @@ addBoxToMap(bbox, "<%= edit.id %>", true); <% end %> + <% end %> vectors.events.on({ "featureselected": function(feature) {