X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b00b9ce6265fea04e484e7a0555f9dd37aceb713..28d902a1bb9093d161aae99bd7e5c3dc9d05e3e1:/lib/quad_tile.rb diff --git a/lib/quad_tile.rb b/lib/quad_tile.rb index 347e7a817..931ec04a3 100644 --- a/lib/quad_tile.rb +++ b/lib/quad_tile.rb @@ -1,7 +1,7 @@ module QuadTile begin require "quad_tile/quad_tile_so" - rescue MissingSourceFile + rescue LoadError def self.tile_for_point(lat, lon) x = ((lon.to_f + 180) * 65535 / 360).round y = ((lat.to_f + 90) * 65535 / 180).round