X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8ecb53b8692cbaac262fba5b1baa632d7cef5353..3cf3b3ce4e9551d532fee3b26c1f0a708cf53388:/lib/bounding_box.rb diff --git a/lib/bounding_box.rb b/lib/bounding_box.rb index 3b366dc1e..1350d69ba 100644 --- a/lib/bounding_box.rb +++ b/lib/bounding_box.rb @@ -64,7 +64,7 @@ class BoundingBox if min_lon < -LON_LIMIT || min_lat < -LAT_LIMIT || max_lon > +LON_LIMIT || max_lat > +LAT_LIMIT raise OSM::APIBadBoundingBox, "The latitudes must be between #{-LAT_LIMIT} and #{LAT_LIMIT}," \ - " and longitudes between #{-LON_LIMIT} and #{LON_LIMIT}" + " and longitudes between #{-LON_LIMIT} and #{LON_LIMIT}" end self end