X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cc90867183367d7758a11da3f2058117c7529891..81835c55a027e4b5dda06a2d5e1107315f1bf24d:/app/views/changeset/_changeset.rhtml?ds=inline diff --git a/app/views/changeset/_changeset.rhtml b/app/views/changeset/_changeset.rhtml index 83b0b0ce8..69d8933f6 100644 --- a/app/views/changeset/_changeset.rhtml +++ b/app/views/changeset/_changeset.rhtml @@ -22,7 +22,7 @@ lat1 = changeset.min_lat/GeoRecord::SCALE.to_f lat2 = changeset.max_lat/GeoRecord::SCALE.to_f lon1 = changeset.min_lon/GeoRecord::SCALE.to_f - lon2 = changeset.min_lon/GeoRecord::SCALE.to_f + lon2 = changeset.max_lon/GeoRecord::SCALE.to_f %> (<%= format("%0.3f",lat1) -%>,<%= format("%0.3f",lon1) -%>) to (<%= format("%0.3f",lat2) -%>,<%= format("%0.3f",lon2) -%>)