MySQL Forums
Forum List  »  GIS

Re: Zip Code Proximity search
Posted by: john.pedersen
Date: December 06, 2005 05:34AM

I have the same problem, also for a dating site.

I have a number of searches working using idea of precalculating a max and min latitude and longitude and then searching for users who have locations with those coordinates. Works well for searching for users within 10 miles, 50 miles whatever.

But I would also like to have a search where the results are ordered by distance apart. I don't want to have to search for users within 100 miles, then calculate the distances between them programatically, reorder them, then pick the first 10.... and then do something similar for the next 10.

I have looked briefly at the GIS extensions, but it seems Distance(g1,g2) isn't implemented yet, so it doesn't look as if that will serve the purpose.

Has anyone come up with a solution yet?

Thanks,

John Pedersen

Options: ReplyQuote


Subject
Views
Written By
Posted
29187
October 19, 2004 06:04AM
11039
October 19, 2004 07:55AM
9507
October 19, 2004 11:14AM
10497
October 21, 2004 09:28AM
9389
October 19, 2004 06:59PM
7840
October 20, 2004 07:39AM
7834
October 21, 2004 09:10AM
9107
October 22, 2004 07:17AM
7061
October 23, 2004 02:48AM
6439
October 23, 2004 03:09AM
6589
October 23, 2004 03:12AM
6452
October 23, 2004 02:59PM
8253
October 24, 2004 12:34PM
5730
October 24, 2004 01:31PM
13443
October 21, 2005 10:21AM
5778
D C
January 28, 2006 05:24AM
5325
March 02, 2006 04:24PM
7428
October 09, 2007 09:28AM
Re: Zip Code Proximity search
5943
December 06, 2005 05:34AM
7264
December 06, 2005 06:36AM
5510
December 24, 2005 01:10PM
9117
December 26, 2005 03:49PM
5699
October 09, 2007 09:36AM
29699
December 13, 2007 04:10PM
6387
April 05, 2006 02:59PM
4926
May 02, 2006 03:22PM
5938
May 05, 2006 09:44AM
14918
June 25, 2006 09:32PM
5734
August 30, 2006 12:54PM
6249
July 14, 2007 01:09AM
7837
November 03, 2006 10:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.