From 31a9ca316ff8381878ac61679a887b30ae446a43 Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Mon, 16 Apr 2018 13:30:50 +1000 Subject: [PATCH] Make MIN_ZOOM 2, so that on your standard laptop screen you don't see two copies of the world --- ojusomap/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ojusomap/settings.py b/ojusomap/settings.py index 6938ddf..5e0a0c7 100644 --- a/ojusomap/settings.py +++ b/ojusomap/settings.py @@ -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': {