On Mon, Jun 9, 2008 at 6:21 PM, <[EMAIL PROTECTED]> wrote: > Hi all, > I'm trying to get Osmosis to apply a change file to a data set, although I > think I am following the instructions on the wiki it throws an error... > "Task 3-apply-change does not support data provided by default pipe" > > Example is below, where I have 'upgraded' a village to a city (don't worry > this is just a test). > > Any suggestions? > Simon. > --- > <snip> > [EMAIL PROTECTED] ~/Desktop/osmosis-latest/osmosis-0.28 > $ java -jar osmosis.jar --read-xml file="village.xml" --read-xml-change > file="test.osc" --apply-change --write-xml file="village_rechanged.xml" >
What happens if you switch the order of the --read-xml and --read-xml-change tasks? I remember Brett changed the way the tasks were consumed and connected (queue vs. stack) a while back, and it might affect this. You could also try explicitly naming the pipes and see if that helps. Karl
_______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk

