Changement de timeout sur le geocoding

This commit is contained in:
echarp 2014-09-08 19:09:48 +02:00
parent 98ef208564
commit 3254947adf
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Geocoder.configure(
# geocoding service request timeout, in seconds (default 3):
timeout: 5
)