Changeset 16993 in josm
- Timestamp:
- 2020-08-31T15:07:50+02:00 (4 years ago)
- Location:
- trunk/resources
- Files:
-
- 2 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 } -
trunk/resources/styles/standard/elemstyles.mapcss
r16990 r16993 722 722 node[highway=milestone] { 723 723 icon-image: "presets/vehicle/milestone.svg"; 724 set icon_z17;725 }726 node[direction=clockwise] {727 icon-image: "presets/vehicle/restriction/roundabout_left.svg";728 724 set icon_z17; 729 725 }
Note:
See TracChangeset
for help on using the changeset viewer.