X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ef7f3d800cbdd49b692df10d312e5fd880e2e938..baf10cd39289cd7e94a819305e46f43e85a136c6:/lib/bounding_box.rb diff --git a/lib/bounding_box.rb b/lib/bounding_box.rb index 282a6a840..e78434263 100644 --- a/lib/bounding_box.rb +++ b/lib/bounding_box.rb @@ -1,8 +1,6 @@ class BoundingBox attr_reader :min_lon, :min_lat, :max_lon, :max_lat - private - LON_LIMIT = 180.0 LAT_LIMIT = 90.0 SCALED_LON_LIMIT = LON_LIMIT * GeoRecord::SCALE