Tagged Questions
7
votes
2answers
293 views
Usage of GeoDjango
We are creating a website that displays geographic data on map (currently using Google Maps js API). We are currently using postgres + postGIS + php. It has been recommended that I look into usage ...
4
votes
2answers
622 views
Django PolygonField: how to display on map?
Extremely beginner question.
I have a GeoDjango model with a MultiPolygonField. How do I retrieve the value of this field and display it as a polygon on a map?
class county(models.Model):
cd = ...