Changeset 7199 in josm for trunk/styles
- Timestamp:
- 2014-05-31T17:50:29+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.mapcss
r7173 r7199 655 655 } 656 656 node[highway=mini_roundabout] { 657 icon-image: "vehicle/restriction/roundabout_left.png"; 658 text: auto; 659 } 660 node:righthandtraffic[highway=mini_roundabout] { 657 661 icon-image: "vehicle/restriction/roundabout_right.png"; 658 /* icon-image: "vehicle/restriction/roundabout_left.png";*/659 text: auto;660 662 } 661 663 node[highway=stop] { … … 801 803 802 804 node[junction=roundabout] { 805 icon-image: "vehicle/restriction/roundabout_left.png"; 806 text: auto; 807 } 808 node:righthandtraffic[junction=roundabout] { 803 809 icon-image: "vehicle/restriction/roundabout_right.png"; 804 text: auto;805 810 } 806 811
Note:
See TracChangeset
for help on using the changeset viewer.