Re: GeoDjango: Measure distance between two points.

2010-06-13 Thread Tyler Andersen
On Jun 13, 9:56 am, Daniel Hilton wrote: > On 13 June 2010 06:24, Tyler Andersen wrote: > > > I'm trying to figure out how to take two Point objects and determine > > the distance between them. > > > It seems that it is trivial to search the DB (well, provided that I'm > > not using mySQL, which

Re: GeoDjango: Measure distance between two points.

2010-06-13 Thread Daniel Hilton
On 13 June 2010 06:24, Tyler Andersen wrote: > I'm trying to figure out how to take two Point objects and determine > the distance between them. > > It seems that it is trivial to search the DB (well, provided that I'm > not using mySQL, which I am) to filter by distance, however, that's > not wha

GeoDjango: Measure distance between two points.

2010-06-13 Thread Tyler Andersen
I'm trying to figure out how to take two Point objects and determine the distance between them. It seems that it is trivial to search the DB (well, provided that I'm not using mySQL, which I am) to filter by distance, however, that's not what I'm looking for at the moment. I have a set of Point o