277 | | e.g for Hospitals: |
278 | | {{{ |
279 | | osmosis --read-xml country.osm --tf accept-nodes amenity=hospital --tf reject-ways --tf reject-relations --write-xml nodes.osm |
280 | | osmosis --read-xml country.osm --tf reject-relations --tf accept-ways amenity=hospital --used-node --write-xml ways.osm |
| 277 | e.g for hospitals and clinics: |
| 278 | {{{ |
| 279 | osmosis --read-xml country.osm --tf accept-nodes amenity=hospital,clinic --tf reject-ways --tf reject-relations --write-xml nodes.osm |
| 280 | osmosis --read-xml country.osm --tf reject-relations --tf accept-ways amenity=hospital,clinic --used-node --write-xml ways.osm |