I am using Postgresql 9.0 and PostGIS 2.0. I am using Django 1.3 and GeoDjango. I have a model with id, latitude, longitude and placename. All the places are in the USA.
My requirement is following:
أكثر...
My requirement is following:
- User will give his address. We use his address to get latitude and longitude, and then find places within 'x' miles.
أكثر...