Configuration: default map location for new maps
This commit is contained in:
parent
98c42dfe6c
commit
ca36ecfc10
1 changed files with 5 additions and 0 deletions
|
@ -90,3 +90,8 @@ MEDIA_ROOT = '/home/umap/.virtualenvs/umap/var/uploads'
|
|||
|
||||
# MapQuest API key
|
||||
MAPQUEST_KEY = ''
|
||||
|
||||
# Default map location for new maps
|
||||
LEAFLET_LONGITUDE = 2
|
||||
LEAFLET_LATITUDE = 51
|
||||
LEAFLET_ZOOM = 6
|
||||
|
|
Loading…
Reference in a new issue