agenda-libre-ruby/config/initializers/geocoder.rb

8 lines
233 B
Ruby
Raw Normal View History

Geocoder.configure(
# geocoding options
# timeout: 3, # geocoding service timeout (secs)
2016-01-28 22:24:18 +01:00
timeout: 10,
lookup: :nominatim, # name of geocoding service (symbol)
language: :fr # ISO-639 language code
)