Feasibility of postgis fields?

2006-06-15 Thread nick
Hi - as a person investigating django for managing metadata that will also have a spatial/gis component (lat/lon bounding boxes), would the reccommended approach be to create a new field for use in my models? Admittedly this would be specific to the postgres+postgis backend. I'd be looking to imp

Re: Feasibility of postgis fields?

2006-06-15 Thread Jeroen Ruigrok van der Werven
Hi Nick, On 6/15/06, nick <[EMAIL PROTECTED]> wrote: > Hi - as a person investigating django for managing metadata that will > also have a spatial/gis component (lat/lon bounding boxes), would the > reccommended approach be to create a new field for use in my models? > Admittedly this would be sp

Re: Feasibility of postgis fields?

2006-06-15 Thread Adrian Holovaty
On 6/15/06, nick <[EMAIL PROTECTED]> wrote: > Hi - as a person investigating django for managing metadata that will > also have a spatial/gis component (lat/lon bounding boxes), would the > reccommended approach be to create a new field for use in my models? > Admittedly this would be specific to

Re: Feasibility of postgis fields?

2006-06-15 Thread nick
Hi thanks for the replies - I'm surprised this is the only way to do it as using the model api would seem neater. Have you encountered many problems separating out the geom fields like this (eg - not being searchable in admin / whatever)? Yes I'd be interested in an example of how custom sql is