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
29836
October 19, 2004 06:04AM
11998
October 19, 2004 07:55AM
9626
October 19, 2004 11:14AM
11047
October 21, 2004 09:28AM
9491
October 19, 2004 06:59PM
8014
October 20, 2004 07:39AM
7949
October 21, 2004 09:10AM
9230
October 22, 2004 07:17AM
7609
October 23, 2004 02:48AM
7389
October 23, 2004 03:09AM
6702
October 23, 2004 03:12AM
6550
October 23, 2004 02:59PM
8445
October 24, 2004 12:34PM
6336
October 24, 2004 01:31PM
14196
October 21, 2005 10:21AM
6906
D C
January 28, 2006 05:24AM
5429
March 02, 2006 04:24PM
7523
October 09, 2007 09:28AM
7040
December 06, 2005 05:34AM
7374
December 06, 2005 06:36AM
5598
December 24, 2005 01:10PM
9307
December 26, 2005 03:49PM
5829
October 09, 2007 09:36AM
Re: Zip Code Proximity search - Examples II
11585
February 26, 2006 05:31PM
30551
December 13, 2007 04:10PM
6476
April 05, 2006 02:59PM
5032
May 02, 2006 03:22PM
6063
May 05, 2006 09:44AM
15129
June 25, 2006 09:32PM
6747
August 30, 2006 12:54PM
6339
July 14, 2007 01:09AM
8876
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.