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

2
1

Let's say there are two users, "M" and "N".

User "N" downloads the data for an area (Which I'll call "A1") at T=0 and starts happily editing it.

Some time after, user "M" downloads almost the same area ("A2"), at T=1, and edits it. At T=2, user "M" uploads the changes made (Changeset "C1").

At T=8 (that is, 6 hours after "M" uploaded "C1"), user "N" uploads his changes, creating "C2".

However, "N" notes that a large part of the items he uploaded in "C2" were already uploaded in "C1" by "M". That is, the dataset used by "N" was stale and did not show "C1" changes until the moment "C2" was uploaded.

Assuming that the quality of the overlapping parts of "C1" and "C2" is equivalent (very similar tracing, similar tagging, etc.) and therefore it is not possible to rule based on the quality of the data, what is the expected behaviour of "M" and "N"?

If needed, I could provide the users and changeset IDs, but based only on what I wrote, what should be done?

asked 18 Oct '12, 23:48

MCPicoli's gravatar image

MCPicoli
2.2k133047
accept rate: 24%

4

Editing for several hours without uploading is in general at not so good idea. I suggest to upload at latest an hour after having made changes, both to keep the changesets small and to minimize such conflicts as the one mentioned above.

This advice doesn't solve your current problem, but it helps avoiding the same kind of problem in the future. For a solution, please see cartinus' answer.

(19 Oct '12, 07:38) Roland Olbricht

Who downloaded the data first is completely irrelevant.

Depending on how much time "N" has he can either:

  • simply revert C2
  • check all objects in C2 one by one to see if they are somehow better than the existing objects (including those from C1) and remove them if not.

If you are using JOSM (looks like it as this workflow is (nearly?) impossible with Potlatch), then you should update the data from the server just before you upload, if you have taken a long time to make your edits.

permanent link

answered 19 Oct '12, 00:29

cartinus's gravatar image

cartinus
7.0k1066105
accept rate: 27%

edited 19 Oct '12, 00:31

Just to make this clear, a problem only occurrs if both users have added new data (in which case it would be desirable for the "better" data to prevail, whatever that is). Had both users made modifications to the same existing data, the API would have reported a version conflict upon receiving C2, and user N would have to go through appropriate conflict resolution steps in his editor before the changes are accepted.

permanent link

answered 19 Oct '12, 07:52

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

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:

×127
×23
×6
×1
×1

question asked: 18 Oct '12, 23:48

question was seen: 3,739 times

last updated: 19 Oct '12, 07:52

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