Changeset 9155 in josm for trunk/styles/standard
- Timestamp:
- 2015-12-26T01:15:50+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.mapcss
r9153 r9155 682 682 } 683 683 node[direction=clockwise] { 684 icon-image: "vehicle/restriction/roundabout_left. png";684 icon-image: "vehicle/restriction/roundabout_left.svg"; 685 685 set icon_z17; 686 686 text: auto; 687 687 } 688 688 node[highway=mini_roundabout] { 689 icon-image: "vehicle/restriction/roundabout_left. png";689 icon-image: "vehicle/restriction/mini_roundabout_left.svg"; 690 690 set icon_z17; 691 691 text: auto; … … 914 914 915 915 node[junction=roundabout] { 916 icon-image: "vehicle/restriction/roundabout_left. png";916 icon-image: "vehicle/restriction/roundabout_left.svg"; 917 917 set icon_z17; 918 918 text: auto;
Note:
See TracChangeset
for help on using the changeset viewer.