Highlight modified nodes on ways
Look at this edit: http://osmlab.github.io/changeset-map/#38703453 (OSM) by calfarome on changeset-map
The visualization shows that 1 way was modified, which is technically correct, but does not tell what was the change.
Inspecting the history for the way geometry in JOSM, we see:
So the way was modified by adding a single new node into it by calfarome.
Checking the history of the node, we see that this node was not created nor edited by calfarome!
So what actually happened? This was likely the edit:
The node at the end of the disconnected way was joined to the nearby way. Hence no change to the node, but just the way
Improving the visualization
- Clearly show the change in the way by highlighting new/deleted/moved nodes
This would help reviewers quickly understand what the change was, instead of using various tools to piece together the puzzle.
cc @ajithranka @maning @rasagy
@planemad Any ideas on how to do this, or can we reopen this ticket later when we find more examples like this? As of now, the extra node doesn’t seem to be coming in the changeset, so there’s no way for us to visualize this. cc @ajithranka
the extra node doesn’t seem to be coming in the changeset
The osmchange xml has a reference to the node <nd ref="2317541619"/>. Highlighting the actual node that changed will be a huge improvement since it focuses the reviewers attention exactly where it is needed.