Make MIN_ZOOM 2, so that on your standard laptop screen you don't see two copies of the world

This commit is contained in:
Anna Sidwell 2018-04-16 13:30:50 +10:00
parent a171fb6d14
commit 31a9ca316f

View File

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