X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d23d2c9d05267b76a53058a5ee694a9fc677eb5a..3415aa468908abbc4c3c4787acb4ef05a0f73d53:/app/views/changeset/_changeset.rhtml?ds=sidebyside 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 + %>