Send locale to routing
This commit is contained in:
parent
7e3fb30dfb
commit
c8798abb4e
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ AUTHENTICATION_BACKENDS += (
|
|||
#==============================================================================
|
||||
LEAFLET_STORAGE_ALLOW_ANONYMOUS = False
|
||||
LEAFLET_STORAGE_EXTRA_URLS = {
|
||||
'routing': 'http://map.project-osrm.org/?loc={lat},{lng}'
|
||||
'routing': 'http://map.project-osrm.org/?loc={lat},{lng}&hl={locale}'
|
||||
}
|
||||
SITE_URL = "http://umap.org"
|
||||
UMAP_DEMO_SITE = False
|
||||
|
|
Loading…
Reference in a new issue