]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/_changeset.rhtml
setting lon2 correctly. Was displaying one of the bbox numbers wrong
[rails.git] / app / views / changeset / _changeset.rhtml
index 83b0b0ce879981fdd8e81d67d04ff8d6048aeadc..69d8933f650b630acb4f21d4e950fef329c1f7c5 100644 (file)
@@ -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
     %>
       (<a href='/?lat=<%= lat1 %>&lon=<%= lon1 %>&zoom=14'><%= format("%0.3f",lat1) -%>,<%= format("%0.3f",lon1) -%></a>) to 
       (<a href='/?lat=<%= lat2 %>&lon=<%= lon2 %>&zoom=14'><%= format("%0.3f",lat2) -%>,<%= format("%0.3f",lon2) -%></a>)