Increased reverse geocoding timeout

This commit is contained in:
echarp 2016-01-28 22:24:18 +01:00
parent f980b60145
commit 07d10b25dc
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Geocoder.configure( Geocoder.configure(
# geocoding options # geocoding options
# timeout: 3, # geocoding service timeout (secs) # timeout: 3, # geocoding service timeout (secs)
timeout: 10,
lookup: :nominatim, # name of geocoding service (symbol) lookup: :nominatim, # name of geocoding service (symbol)
language: :fr # ISO-639 language code language: :fr # ISO-639 language code
) )