Changes between Initial Version and Version 1 of Ticket #19604


Ignore:
Timestamp:
2020-08-01T08:02:57+02:00 (5 years ago)
Author:
Famlam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19604 – Description

    initial v1  
    22
    33Here 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 */
     8way[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}}}