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:
parent
a171fb6d14
commit
31a9ca316f
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user