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

Hi, if I use Osmosis to create a Diff (--derive-change), there is only an information about the new state.

Is there a way to get more informations about the old state?

something like this:

<modify>
    <old>
        <node id="52188999" version="4" uid="4902" lat="53" lon="9"/>>
    </old>
    <new>
        <node id="52188999" version="6" uid="63375" lat="50" lon="10"/>
    </new>
</modify>

asked 11 Jul '11, 11:04

josias's gravatar image

josias
59871523
accept rate: 33%


There's no method within osmosis for doing that. It's expected that you want to use the diff updates in order to update another data source, and so it's expected that other data source (whether that's a planet file, or a database, or whatever) will have the original "old" state.

permanent link

answered 11 Jul '11, 15:32

Andy%20Allan's gravatar image

Andy Allan
12.5k23128153
accept rate: 28%

do you know some way to get informations about what has been changed?

(12 Jul '11, 11:27) josias

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:

×252
×32

question asked: 11 Jul '11, 11:04

question was seen: 4,204 times

last updated: 12 Jul '11, 11:27

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