Changeset 6649 in josm for trunk/data


Ignore:
Timestamp:
2014-01-06T18:57:29+01:00 (11 years ago)
Author:
simon04
Message:

see #9414 - MapCSS validator: make individual tests ignorable

As "ignore"-key, the MapCSS selector is used, e.g., *[name'REGEX'(?i).*Strasse.*].
The file validator/ignorederrors then contains entries like 3000_*[name'REGEX'(?i).*Strasse.*].

File:
1 edited

Legend:

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

    r6637 r6649  
    5454
    5555way.major_road[foot?][!sidewalk] {
    56   throwWarning: tr("{0} used with {1}", tr("major road"), "{0.tag}");
     56  throwWarning: tr("major road used with {0}", "{0.tag}");
    5757  suggestAlternative: "sidewalk";
    5858  suggestAlternative: tr("separate footway");
Note: See TracChangeset for help on using the changeset viewer.