Set initial map zoom to show entire world (#55)
This commit is contained in:
parent
087eb1b1c5
commit
935a2d7d59
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user