Posts with the Geojson tag
Leaflet maps in Django with model-backed geoJSON data
Python Django GIS Leaflet geojson
2 December, 2020 (updated 9 April, 2021)
– We can create Leaflet maps with simple location data, using only the default Django models and a home-made geoJSON serialiser. Let's avoid bloated geographical libraries and see how lightweight we can get our maps to be.