Apache Segfaults

2012-02-01 Thread Loafer
Here's the setup: I have a Django website that is being run by Apache, and MySQL with no issues. I decided to implement some GIS features as an update. Since MySQL doesn't have much support for GIS, I decided to switch my database over to Postgres. After committing the changes to my SVN, and check

GIS Distance from Point to Geometry Collection

2012-01-31 Thread Loafer
I have a model that currently stores a Geographic Point (Using Django GIS (GeoDjango)) and another model that has a field to store a geometry collection (A collection of polygons, lines, and or points). I am trying to find the distance from the point to any one of the shapes in the geometry collec