I know we can find good inforamtion geographical stuff in teh web2py
manual. But is there a way to, for example, find things in a search
area around a coordinate?
My guess is that I should do the following:
Get the logged in users geo information (lat and long)
Get the distance away that I want to search around that person and
calculate the lat and logitudes of that area...
Find if the lat and log of the items.lat and items.long in my database
are within the regions of the users.lat and users.log and the (areas.lat
and areas.long)* for for four directions.
Does that make sences? Would that be the best aproach?
Best Regards,
Jason Brower