Good day
I use simple command
osmosis --read-xml RU-MAG.osm.bz2 --tag-filter accept-nodes natural=peak, natural=bay --write-xml roads_nodes.osm
to extract peak’s and bay’s from RU-MAG.osm.bz2, but file roads_nodes.osm contain only bay’s.
What is it?
alester
(alester)
#2
According to the examples in the documentation, the --tag-filter option should be in one of these formats:
--tag-filter accept-nodes natural=peak,bay
or
--tag-filter accept-nodes natural=peak natural=bay
stephan75
(stephan75)
#3
to alester
after
osmosis --read-xml RU-MAG.osm.bz2 --tag-filter accept-nodes natural=peak natural=bay --write-xml roads_nodes.osm
file roads_nodes.osm contains only bay’s