Changeset 16993 in josm for trunk/resources/data/validator
- Timestamp:
- 2020-08-31T15:07:50+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r16860 r16993 815 815 assertNoMatch: "way highway=primary placement:forward=transition placement:both_ways=transition"; 816 816 } 817 818 /* #19742 */ 819 node:righthandtraffic[highway=mini_roundabout][direction=clockwise] { 820 throwWarning: tr("{0} together with {1} at right-hand traffic", "{1.tag}", "{2.tag}"); 821 group: tr("suspicious tag combination"); 822 } 823 node!:righthandtraffic[highway=mini_roundabout][direction=anticlockwise] { 824 throwWarning: tr("{0} together with {1} at left-hand traffic", "{1.tag}", "{2.tag}"); 825 group: tr("suspicious tag combination"); 826 }
Note:
See TracChangeset
for help on using the changeset viewer.