X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fbd6909b91a4118c217e34b9149dbacee79fe449..6c2093b29d74b145b85e61c4fff09b5f13afa0e5:/lib/geo_record.rb?ds=sidebyside diff --git a/lib/geo_record.rb b/lib/geo_record.rb index e4a66f932..e02734ec9 100644 --- a/lib/geo_record.rb +++ b/lib/geo_record.rb @@ -29,6 +29,7 @@ module GeoRecord def in_world? return false if lat < -90 || lat > 90 return false if lon < -180 || lon > 180 + true end