I have a django model representing GIS data. It has a GeoDjango geometry field.
In the admin, how can I create a map with a list view, that shows individual items as points on the map?
I have a django model representing GIS data. It has a GeoDjango geometry field.
In the admin, how can I create a map with a list view, that shows individual items as points on the map?