NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×710
×252
×4

question asked: 27 Jan '22, 20:45

question was seen: 538 times

last updated: 27 Jan '22, 21:16

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum