Changes between Initial Version and Version 1 of Ticket #19604
- Timestamp:
- 2020-08-01T08:02:57+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19604 – Description
initial v1 2 2 3 3 Here it was introduced due to an alternative spelling (Leijenseweg rather than Leyenseweg) being used on traffic signs, which was reverted to Leyenseweg a few months later by someone in a commit called "Validatortest". 4 5 {{{ 6 #!rule 7 /* 19604 */ 8 way[name][alt_name][name=*alt_name] { 9 throwWarning: tr("Same value of {0} and {1}", "{0.key}", "{1.key}"); 10 group: tr("suspicious tag combination"); 11 fixRemove: "alt_name"; 12 } 13 }}}