]> git.openstreetmap.org Git - rails.git/blobdiff - lib/geo_record.rb
Localisation updates from https://translatewiki.net.
[rails.git] / lib / geo_record.rb
index e4a66f9324d81df17129aea5844fa7f65e9cbe59..e02734ec909dc8064f78d2cf8e17455287939911 100644 (file)
@@ -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