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

OSM dump while objects in editors

0

When someone takes an area for editing (e.g. a river section, as a riverbank or multipolygon) this may take a while. If meanwhile a regular XML dump is created, is the (area) object in the editor is still in dump as well?

asked 05 Nov '16, 11:34

sanser's gravatar image

sanser
695383955
accept rate: 5%


One Answer:

1

Yes. Changes to the OSM database will not be available before

  • the changes have been uploaded with the API to the database
  • the database changes have propagated to whichever operator is providing the OSM data
  • the operator has created the dump/extract

The same goes naturally for anybody downloading data, for example for editing, via the API.

answered 05 Nov '16, 11:43

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

Source code available on GitHub .