Hi everyone,I have participated in a small contest using OpenStreetMap data. The map data format that the contest provided was "<wayid>^<name>^<lat_1>^<lon_1>^...^<lat_n>^<lon_n>" I'd like to convert the osm file into the similar format above. Is there any tool can help? |
You should be able to do this with osmjs. See http://wiki.openstreetmap.org/wiki/Osmium/Quick_Start and play around with the osmjs examples. You can use the CSV output class which is basically a file output. Osmium seems really difficult. I will try to figure out how to use it. So where can i find the osmjs examples?
(21 Oct '12, 10:16)
jeffreyshe
|