I am using Osmosis to extract information from a OSM file. I want to have all nodes, ways and relations that contain the tag
k="addr:street" So I use this command to filter for all nodes, ways and relations that contain this tag.
osmosis --read-pbf berlin-latest.osm.pbf --tf accept-ways addr:street=* --tf accept-nodes addr:street=* --tf accept-relations addr:street=* --write-xml berlin.xml But the problem is, that the result file does only contain the nodes, but not the ways and not the relations. Am I using the tool in a wrong way?
أكثر...
k="addr:street" So I use this command to filter for all nodes, ways and relations that contain this tag.
osmosis --read-pbf berlin-latest.osm.pbf --tf accept-ways addr:street=* --tf accept-nodes addr:street=* --tf accept-relations addr:street=* --write-xml berlin.xml But the problem is, that the result file does only contain the nodes, but not the ways and not the relations. Am I using the tool in a wrong way?
أكثر...