makinacorpus / django-leaflet

Use Leaflet in your Django projects
GNU Lesser General Public License v3.0
713 stars 282 forks source link

django.core.exceptions.ImproperlyConfigured: LEAFLET_CONFIG['DEFAULT_CENTER'] must be an list/tuple with two elements - (lon, lat) #355

Closed afusaru closed 1 year ago

afusaru commented 1 year ago

This error is misleading, it actually expects (lat, lon), so latitude first

Gagaro commented 1 year ago

Thanks for the report, I changed it :+1: .