My goal is get all the addresses for some different countries. So I downloaded an *.osm file from here http://download.geofabrik.de/ for a certain territory which contained a few countries and extracted the data from that file using osm2psql to a db. There were no errors, all went well. The sql query I have to use is something like:
However, adding and addr:country = 'SOMETHING' won't help because I've tried doing that and got around 100 rows which was, obviously, wrong. I know the polygons is a way to go, isn't it? So how do I do that? asked 20 Aug '14, 18:58 memeran aseerel4c26 ♦ |