Ticket #3367 (closed enhancement: fixed)
[PATCH] Add ability to detect and fix identical ways in validator
| Reported by: | anonymous | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Plugin validator |
| Version: | Keywords: | ||
| Cc: |
Description
There are mistakes, when uploading something partially fails and someone uploads it again. As a result, there are two (or sometimes even more) identical ways - sometimes the way references identical nodes, sometimes both identical ways have their own nodes, but at exact same positions. It could be useful, if validator will be able to detect identical (identical = exactly same set of tags + exactly same position of all nodes) ways with button to fix this (delete all but the first (lowest ID) way)
Attachments
Change History
Changed 2 years ago by singularita@…
-
attachment
validator_duplicate_ways.diff
added
comment:1 Changed 2 years ago by singularita@…
- Summary changed from Add ability to detect and fix identical ways in validator to [PATCH] Add ability to detect and fix identical ways in validator
I have created patch that does this - it adds check for duplicate ways to validator and also ability to fix it (delete all but one of the duplicate ways)



Patch to add this check