Re: [GENERAL] Search by distance

2006-04-11 Thread John D. Burger
Oscar Picasso wrote: I guess I also need a database of the cities coordinates. Where could I find one? You can download US data here: http://geonames.usgs.gov/domestic/download_data.htm These are tables of geo entities with a number of columns, including lat/long. NGA (formerly NIMA)

[GENERAL] Search by distance

2006-04-10 Thread Oscar Picasso
HI,I would like to implement a search by distance to my application.Something like (pseudo sql):select * from userswhere users.location is less than 15 miles from chicago.Any documentation on how to implements that?I guess I also need a database of the cities coordinates. Where could I find

Re: [GENERAL] Search by distance

2006-04-10 Thread Jeffrey Melloy
Oscar Picasso wrote: HI, I would like to implement a search by distance to my application. Something like (pseudo sql): select * from users where users.location is less than 15 miles from chicago. Any documentation on how to implements that? I guess I also need a database of the cities