4 changed files with 21 additions and 15 deletions
@ -0,0 +1,6 @@
|
||||
Geocoder.configure( |
||||
# geocoding options |
||||
# timeout: 3, # geocoding service timeout (secs) |
||||
lookup: :nominatim, # name of geocoding service (symbol) |
||||
language: :fr # ISO-639 language code |
||||
) |
Loading…
Reference in new issue