X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d6b36b5752ff50c0c2aa0e78f784b17a624ee994..a3a792e13772282c006556081c65e12e37ad273b:/app/views/changeset/_changeset.rhtml diff --git a/app/views/changeset/_changeset.rhtml b/app/views/changeset/_changeset.rhtml index c5b3c7a88..2a5356450 100644 --- a/app/views/changeset/_changeset.rhtml +++ b/app/views/changeset/_changeset.rhtml @@ -38,8 +38,14 @@ maxlon = changeset.max_lon/GeoRecord::SCALE.to_f maxlat = changeset.max_lat/GeoRecord::SCALE.to_f %> - (<%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%>) - <% end %> + <%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%> + + <% if changeset.area > 1500000000000 %> + (big) + <% + end + end + %>