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