Ignore:
Timestamp:
2017-01-07T16:54:51+01:00 (6 years ago)
Author:
Klumbumbus
Message:
  • see #13932 - make Straße/Strasse validator test country specific and raise to error level
  • feed ignore list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/highway.mapcss

    r11364 r11439  
    8585}
    8686
    87 *[name =~ /(?i).*Strasse.*/] {
    88   throwOther: tr("street name contains ss");
    89   assertMatch: "way name=Foobarstrasse";
    90   assertMatch: "way name=Foobar-Strassenweg";
    91   assertNoMatch: "way name=Foobarstraße";
    92 }
    93 
    9487/* footway, see #10851, #10976 */
    9588way[footway=left][/footway:/],
Note: See TracChangeset for help on using the changeset viewer.