Changes between Version 2 and Version 6 of Ticket #13804


Ignore:
Timestamp:
2016-10-18T20:34:44+02:00 (8 years ago)
Author:
Klumbumbus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13804

    • Property Keywords grouping added
  • Ticket #13804 – Description

    v2 v6  
    11Some validator tests print the affected tag and could therefore be grouped to clean up the validator tree. To avoid too much groups (too much clicking to finaly see the affected object), this should be done only for common mapping errors. I suggest groups for:
    22
    3 * deprecated tags ("{0} is deprecated", "{0.tag}")
    4 * unconnected nodes ("{0} must be connected to a way", "{2.tag}")
     3* deprecated tags ("{0} is deprecated")
     4* unconnected nodes ("{0} must be connected to a way")
     5* missing tags ("{0} without {1}")
     6* suspicious tag combination ("{0} together with {1}")