[OSM-dev] Apply a change to .osm file problem
Lennard
ldp at xs4all.nl
Sun Nov 8 11:36:27 GMT 2009
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
More information about the dev
mailing list