You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔒️ Logging in to OpenStreetMap
👤 Welcome, Mateusz Konieczny!
☁️ Downloading changeset 145391818
[1/?] OpenStreetMap …
[1/15] OpenStreetMap: 23 elements
[2/15] Overpass (14 partitions, this may take a while) …
[2/15] Retrying …
❓️ Overpass data is incomplete: 1 != 2 (x2)
🏁 Total time: 1.4 sec
Exit code: 255
The text was updated successfully, but these errors were encountered:
The Overpass API cannot fetch the complete edit history for elements edited multiple times within the same second.
For instance, when an element is created and modified simultaneously, like this:
Requesting version 1 returns empty results:
One solution could be to silently ignore such issues (or workaround them by using some alternative logic), but I prefer addressing these problems at their root to ensure reliable reverts. Another approach is to await OSM-NG, which will offer an alternative method for querying element history, eliminating dependency on Overpass and significantly improving efficiency. I'll implement the second solution, but it will require some additional time. You can track the NG development progress at https://github.com/Zaczero/openstreetmap-ng.
On trying to revert https://www.openstreetmap.org/changeset/145391818 I get
The text was updated successfully, but these errors were encountered: