Hello everybody, I like to make a map of the electricity grid like this one: http://www.itoworld.com/map/4 Therefore I use data provided by geofabrik For the data processing in use osmosis with the command: osmosis --rb C:...\germany-latest.osm.pbf --tf accept-ways power=line --tf accept-relations --used-node --wx C:...\line_GER.osm In general it is worling fine, but sometimes lines are missing. For example this line http://www.openstreetmap.org/browse/way/207246060 Is dissapering after using osmosis. Meanwhile this line can be seen in the ITO map I also downloaded the region, without using any filter, but the result was the same... My question is if I´m using wrong data or if osmosis is responsible for the problem? I hope my problem is stated clearly. Than kyou in advance asked 19 May '13, 19:02 titalo Frederik Ramm ♦ |
Osmosis has a default tag mapping/filtering, It may be that the power line is missing a crucial tag which instruct Osmosis to include it in the output map. Rabin answered 28 May '13, 11:27 shahav |
What version of Osmosis are you using?
Im using version 0.43 of osmosis