Add URL for external routing service
This commit is contained in:
parent
58663a37a8
commit
7e3fb30dfb
1 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,9 @@ AUTHENTICATION_BACKENDS += (
|
|||
# Miscellaneous project settings
|
||||
#==============================================================================
|
||||
LEAFLET_STORAGE_ALLOW_ANONYMOUS = False
|
||||
LEAFLET_STORAGE_EXTRA_URLS = {
|
||||
'routing': 'http://map.project-osrm.org/?loc={lat},{lng}'
|
||||
}
|
||||
SITE_URL = "http://umap.org"
|
||||
UMAP_DEMO_SITE = False
|
||||
MAP_SHORT_URL_NAME = "umap_short_url"
|
||||
|
|
Loading…
Reference in a new issue