Re: [osmosis-dev] duplication of nodes on apply-change

2009-11-23 Thread Brett Henderson
In an attempt to fix this I have done the following: * Rolled back EntityByTypeThenIdComparator to the previous behaviour of only checking type then id. * Created a new EntityByTypeThenIdThenVersion comparator which (obviously :-) includes version as part of the checking. * Updated ChangeMerger

Re: [osmosis-dev] duplication of nodes on apply-change

2009-11-16 Thread Frederik Ramm
Hi, Maxim Dubinin wrote: MD But after I do: MD osmosis --read-xml-change file=data/updates/20091112-20091113.osc.gz MD --read-xml file=data/rus.osm --apply-change --write-xml file=data/rus-new.osm MD I'm getting two versions of the same node in the output: Is it possible that I am