On Sat, Dec 20, 2008 at 5:46 PM, Frederik Ramm <[email protected]> wrote:
> Hi, > > I've upgraded a system from Osmosis 0.24 to 0.29 and find that the > following command, which used to work: > > osmosis --rx file.osm --rxc file.osc.gz --apply-change --wx out.osm > > now produces > > com.bretth.osmosis.core.OsmosisRuntimeException: Task 3-apply-change > does not support data provided by default pipe stored at level 2 in the > default pipe stack. > > What has changed? My use seems to be in line with current documentation, > or am I overlooking something? > > Bye > Frederik > I think it's because of a change to a stack-based command-line parsing (from a queue). Try swapping the position of the --rx and --rxc parameters. Karl
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

