Changeset 11146 in josm for trunk/data/validator/highway.mapcss
- Timestamp:
- 2016-10-18T20:32:20+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/highway.mapcss
r11139 r11146 55 55 way.major_road[!ref] { 56 56 throwOther: tr("highway without a reference"); 57 group: tr("missing tag"); 57 58 assertMatch: "way highway=primary"; 58 59 assertNoMatch: "way highway=primary ref=123"; … … 120 121 way[highway =~ /^(bridleway|cycleway|footway|path|steps)$/] > node[railway != crossing].is_in_railway { 121 122 throwWarning: tr("pedestrian railway crossing without {0}", "{0.tag}"); 123 group: tr("missing tag"); 122 124 fixAdd: "railway=crossing"; 123 125 } 124 126 way[highway =~ /^(bus_guideway|living_street|motorway|pedestrian|primary|raceway|residential|road|secondary|service|tertiary|track|trunk|unclassified)/] > node[railway != level_crossing].is_in_railway { 125 127 throwWarning: tr("railway crossing without {0}", "{0.tag}"); 128 group: tr("missing tag"); 126 129 fixAdd: "railway=level_crossing"; 127 130 }
Note:
See TracChangeset
for help on using the changeset viewer.