MySQL Forums
Forum List  »  GIS

Re: Zip Code Proximity search - Examples II
Posted by: Thomas Butler
Date: February 26, 2006 05:31PM

I'm just getting started implementing a zip code proximity search to my web search screen. I've read through this thread and viewed most of the URL references. It looks like this is still going to take some work - what is the easiest approach to:

* populate mysql w/ US zip code info (i.e., zipcodeworld, myzipcodedb, other)
* construct query to find all stores within a specified zip radius (proximity specified by the user) that also offer keyword items specified by the user (i.e., users specify multiple keywords + zip code + zip code radius)

I have the keyword search against the database set up and now I'm trying to implement the zip code radius search. I'm using Java Server Faces (Oralce 10g Jdeveloper) as the front-end and MySQL 5.0 for the database. I'd like to be able to do the entire query within a single sql statement if possible.

Any suggestions, java code examples, etc. to complete this task quicky and easily?

thanks
Tom

Options: ReplyQuote


Subject
Views
Written By
Posted
28070
October 19, 2004 06:04AM
10848
October 19, 2004 07:55AM
9249
October 19, 2004 11:14AM
10285
October 21, 2004 09:28AM
9176
October 19, 2004 06:59PM
7623
October 20, 2004 07:39AM
7638
October 21, 2004 09:10AM
8836
October 22, 2004 07:17AM
6781
October 23, 2004 02:48AM
6233
October 23, 2004 03:09AM
6328
October 23, 2004 03:12AM
6215
October 23, 2004 02:59PM
7996
October 24, 2004 12:34PM
5526
October 24, 2004 01:31PM
13123
October 21, 2005 10:21AM
5575
D C
January 28, 2006 05:24AM
5124
March 02, 2006 04:24PM
7216
October 09, 2007 09:28AM
5743
December 06, 2005 05:34AM
7013
December 06, 2005 06:36AM
5320
December 24, 2005 01:10PM
8838
December 26, 2005 03:49PM
5443
October 09, 2007 09:36AM
Re: Zip Code Proximity search - Examples II
10372
February 26, 2006 05:31PM
29342
December 13, 2007 04:10PM
6187
April 05, 2006 02:59PM
4710
May 02, 2006 03:22PM
5672
May 05, 2006 09:44AM
14516
June 25, 2006 09:32PM
5502
August 30, 2006 12:54PM
5984
July 14, 2007 01:09AM
7639
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.