Changeset 6819 in josm for trunk/data


Ignore:
Timestamp:
2014-02-06T23:16:01+01:00 (10 years ago)
Author:
simon04
Message:

fix #9686 - Remove "major road used with foot" test since it produces false positives

File:
1 edited

Legend:

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

    r6692 r6819  
    5353}
    5454
    55 way.major_road[foot?][!sidewalk] {
    56   throwWarning: tr("major road used with {0}", "{1.key}");
    57   suggestAlternative: "sidewalk";
    58   suggestAlternative: tr("separate footway");
    59   assertMatch: "way highway=primary foot=yes";
    60   assertNoMatch: "way highway=primary";
    61   assertNoMatch: "way highway=primary foot=yes sidewalk=both";
    62   assertNoMatch: "way highway=primary foot=no";
    63 }
    64 
    6555way[highway=road] {
    6656  throwWarning: tr("temporary highway type");
Note: See TracChangeset for help on using the changeset viewer.