Hi, Harald Kleiner wrote: > I'm trying to update an excerpt of the planet file with diff files using > this command: > > osmosis --rci workingDirectory=/path/dir --rx old.osm --ac > --bb left=1 top=2 right=3 bottom=4 > idTrackerType=BitSet completeWays=yes completeRelations=yes > --wx new.osm > > Problem is: nodes/ways/relations that were changed can be found in all > intermediate versions in the resulting file and I only want to see the > latest version of every object. > > Can I tell osmosis to discard all but the latest version?
I think if you throw in a "--simplify-change" before the --rx then it should work! I haven't tried, just that Brett wrote in a recent mail to osmosis-dev that he has introduced this new undocumented feature. Bye Frederik -- Frederik Ramm ## eMail [email protected] ## N49°00'09" E008°23'33" _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

