Tagged Questions
0
votes
1answer
1k views
Adding a polygon directly in Geodjango/PostGIS
I'm messing around with Geodjango, and I just want to add a simple polygon field to a database and then run a point-in-polygon on it to to make sure everything is working okay.
Here's my code in ...