On 24 Nov 2009, at 13:13, Andrew Byrd wrote: > ../osmosis/bin/osmosis \ > --rx input.osm \ > --tf reject-relations \ > --tf accept-nodes amenity=* \ > --tf reject-ways outPipe.0=POI \ > \ > --rx trimet.osm \ > --tf reject-relations \ > --tf accept-ways highway=motorway \ > --used-node outPipe.0=motorway \ > \ > --merge inPipe.0=POI inPipe.1=motorway \ > --wx test-merge.osm
The input file should be the same in both --rx tasks. I changed the first one to make a generic example and missed the second one. -Andrew _______________________________________________ osmosis-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/osmosis-dev
