makinacorpus / django-leaflet

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

Moved CSS and height/width to custom CSS file #363

Closed claudep closed 1 year ago

claudep commented 1 year ago

From Django 4.2, map_height/map_width are deprecated and Django recommends setting the map sizes in external CSS instead.

Gagaro commented 1 year ago

Thanks! :+1:

claudep commented 1 year ago

This probably warrants a note in the CHANGES file, as it has some backwards compatibility implications.