Is there a way to do reverse geocoding with PostGIS? There's a lot of information on the Web but I found it very confusing...
I have imported osm data into my own Postgres with PostGIS database. Now I want to make geocoding and reverse geocoding with my database. I don't know if there are some Stored Procedures, or a project somewhere that takes care of my issue.
The next step that I want to do is make a webservice that can handle this kind of requests, but that is another question.
Thanks in advance.