Set initial map zoom to show entire world (#55)

This commit is contained in:
Anna Sidwell 2018-04-15 21:56:34 +10:00
parent 087eb1b1c5
commit 935a2d7d59

View File

@ -252,7 +252,7 @@ CRISPY_TEMPLATE_PACK = 'bootstrap3'
# https://django-leaflet.readthedocs.io/en/latest/
LEAFLET_CONFIG = {
'MIN_ZOOM': 3,
'MIN_ZOOM': 1,
'MAX_ZOOM': 16,
'PLUGINS': {
'forms': {