Opened 15 years ago
Closed 12 years ago
#4248 closed enhancement (fixed)
Add "Revert to version" menu
Reported by: | stoecker | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description (last modified by )
The version history dialog does show different versions already. Right click on a version allows to show changeset. Currently missing is only one important feature: "revert to version".
When this is added we only need to get API to support finding deleted nodes and we have a usable revert feature (which needs to be expanded a lot in future thought :-)
Attachments (0)
Change History (6)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
What about nodes that have not been deleted but moved since their location for the version a way is reverted to? I think JOSM should warn about those.
comment:3 by , 15 years ago
I said it would be a start. There is much to be done to get a decent revert feature.
- how to handle nodes when reverting a way
- how to handle ways when nodes have been moved, but the way is untouched
- we need a time-based revert and not only object based
- lots of questions related to relations
- ...
comment:5 by , 15 years ago
Owner: | changed from | to
---|
comment:6 by , 12 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
We now have reverter plugin.
We don't need to find deleted nodes, just to retrieve them. That's quite easy with either the history function or with a multi-get request, which replies deleted objects too.