Skip to content

Commit

Permalink
Switch the geocoder to the Google geocoder
Browse files Browse the repository at this point in the history
problem with nominatim crashing
  • Loading branch information
slead committed Jun 3, 2018
1 parent ad98cc1 commit df0d074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/geocoder.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Geocoder.configure(

# geocoding service (see below for supported options):
:lookup => :nominatim,
:lookup => :google,

# geocoding service request timeout, in seconds (default 3):
:timeout => 10,
Expand All @@ -13,4 +13,4 @@

:always_raise => :all

)
)

0 comments on commit df0d074

Please sign in to comment.