Changes between Initial Version and Version 1 of Ticket #18223
- Timestamp:
- 2019-10-13T14:43:30+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18223
- Property Cc added
- Property Component Core → Core validator
- Property Keywords ignore added
-
Ticket #18223 – Description
initial v1 2 2 After validation you get two "Way end node near other way" warnings. When you ignore the first, you get in preferences an ignorelist like: 3 3 {{{ 4 #!xml 4 5 <tag key='1351:n_6871910559:w_733713588' value='Way end node near other way'/> 5 6 }}} 6 7 First strange observation: instead of one line in the "Validator ignore List Management", I get two, which I could separatly treat with "don't ignore". The result looks like: 7 8 {{{ 9 #!xml 8 10 <tag key='1351:w_733713588' value='Way end node near other way'/> 9 11 }}} … … 12 14 When I ignore both warnings, It's confusing, that they are all show together in the Validator ignore List Management". In the preferences I get the same picture: 13 15 {{{ 16 #!xml 14 17 <tag key='1351:n_2449148994:w_236955234:n_6871910559:w_733713588' value='Way end node near other way'/> 15 18 }}} … … 17 20 Instead I would expect two rules (one for each warning) like; 18 21 {{{ 22 #!xml 19 23 <tag key='1351:n_2449148994:w_236955234' value='Way end node near other way'/> 20 24 <tag key='1351:n_6871910559:w_733713588' value='Way end node near other way'/> … … 24 28 But when I add a third ignore rule, I get again only one key (which dosn't work): 25 29 {{{ 30 #!xml 26 31 <tag key='1351:n_2449148994:w_236955234:n_6871910559:w_724754869:n_6871910559:w_733713588' value='Way end node near other way'/> 27 32 }}} 28 33 where node n_6871910559 is included twice in one key. Instead I would expect 29 34 {{{ 35 #!xml 30 36 <tag key='1351:n_2449148994:w_236955234' value='Way end node near other way'/> 31 37 <tag key='1351:n_6871910559:w_724754869' value='Way end node near other way'/>