I know how to extract a node out of the OSM planet file with osmosis.
osmosis --read-pbf file=h:/poi/planet-latest.osm.pbf --node-key-value
keyValueList="shop.chocolate" --write-xml H:/poi/todo/chocolateshop.xml
But what if I want to extract an area like a "natural.beach"? These are not "nodes" but "closed ways".
Can anyone help me to extract a "natural.beach" with OSM Planet file and Osmosis?