Vladislav Shikhov wrote:

> I tried to apply a change to .osm file (not a planet but russia only)
> and got an axception:
> 
> ./osmosis-0.31/bin/osmosis -v --read-xml file="rf.osm"
> --read-xml-change-0.6 file="20091031-20091101.osc" --write-xml
> file="new-rf.osm"

You forgot --apply-change, and osmosis expects to read the changefile first:

osmosis -v --rxc 20091031-20091101.osc --rx rf.osm --ac --wx new-rf.osm

-- 
Lennard

_______________________________________________
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev

Reply via email to