Hi: I have a problem about parsing osm file. A road in openstreetmap will denote by two or three ways(as number indicated 1,2,3 in the attached image). When i parse the file i will get many ways that denote the same way, but i just want to get one way. Could you please tell me how to merge those way into one? thanks asked 17 May '16, 20:36 Leo Hsu aseerel4c26 ♦ |
Take a look at Skeletron: https://github.com/migurski/Skeletron answered 18 May '16, 11:00 Richard ♦ |
maybe it would be more helpful for you if you would describe why you want to do that.
I need the skeleton of real map, so i want to merge them.
There are already several similar questions, see
Thanks for your help