This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Got an error while deriving changes

0

I'm trying to derive changes between 2 OSM files and export them in a new OSC file

osmosis --read-xml file="two.osm" --read-xml file="one.osm" --derive-change --write-xml-change file="AA.osc"

but I'm getting this error

SEVERE: Thread for task 1-read-xml failed
org.openstreetmap.osmosis.core.OsmosisRuntimeException: Only one bound element allowed.

asked 27 Jan '22, 20:45

ArtOfTheTrek_Sayyed's gravatar image

ArtOfTheTrek...
11223
accept rate: 0%

edited 27 Jan '22, 21:16

Source code available on GitHub .