I am working on a system based on data collecting from OSM (Open Street Map).
When I fetch (from OSM database) an area that covers MANY cities, then have I got any way to figure out which street (from the vast xml list) belong to which city? Was trying to use OSM Server Side Script but didn't find my point of interest in that's manual.
Looks like I could take any (address) node that belongs to the way and parse it to get the street name and city name from it.
But the real problem is that there are some streets with no address nodes with. So it looks like I have a vast set of streets, cities, but no way how to decide which streets belongs to which cities?
I would be happy to read any answer that would be helpfull.