Changeset 11337 in josm for trunk/data/validator/highway.mapcss
- Timestamp:
- 2016-11-28T21:11:03+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/highway.mapcss
r11146 r11337 53 53 } 54 54 55 way.major_road[!ref] {55 way.major_road[!ref][!destination:ref] { 56 56 throwOther: tr("highway without a reference"); 57 57 group: tr("missing tag"); 58 58 assertMatch: "way highway=primary"; 59 59 assertNoMatch: "way highway=primary ref=123"; 60 assertNoMatch: "way highway=primary destination:ref=123"; 60 61 } 61 62
Note: See TracChangeset
for help on using the changeset viewer.