Changeset 6819 in josm
- Timestamp:
- 2014-02-06T23:16:01+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/highway.mapcss
r6692 r6819 53 53 } 54 54 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 65 55 way[highway=road] { 66 56 throwWarning: tr("temporary highway type");
Note:
See TracChangeset
for help on using the changeset viewer.