Changeset 16255 in josm for trunk/resources/data/validator/relation.mapcss
- Timestamp:
- 2020-04-11T14:31:06+02:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/resources/data/validator/relation.mapcss (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/relation.mapcss
r15771 r16255 11 11 relation[type=route][!route], 12 12 relation[type=route_master][!route_master], 13 relation[type=restriction][!/^restriction/], /* see #11586 */14 13 relation[type=boundary][!boundary][!disused:boundary], 15 14 relation[type=public_transport][!public_transport], … … 22 21 assertMatch: "relation type=route_master"; 23 22 assertNoMatch: "relation type=route_master route_master=train"; 24 assertMatch: "relation type=restriction";25 assertNoMatch: "relation type=restriction restriction=no_left_turn";26 23 assertMatch: "relation type=boundary"; 27 24 assertNoMatch: "relation type=boundary boundary=administrative"; … … 35 32 } 36 33 34 /* #11586 */ 35 relation[type=restriction][!/^restriction/]{ 36 throwWarning: tr("{0} relation without {0} tag", "restriction"); 37 group: tr("missing tag"); 38 assertMatch: "relation type=restriction"; 39 assertNoMatch: "relation type=restriction restriction=no_left_turn"; 40 assertNoMatch: "relation type=restriction restriction:hgv=no_left_turn"; 41 } 42 37 43 /* #15208, #16242 */ 38 44 relation[type=route][route=mtb ] > way[bicycle=no],
Note:
See TracChangeset
for help on using the changeset viewer.
