Changeset 7199 in josm


Ignore:
Timestamp:
2014-05-31T17:50:29+02:00 (10 years ago)
Author:
bastiK
Message:

switch to correct mini_roundout icon in areas with left-hand traffic (see #10043)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r7173 r7199  
    655655}
    656656node[highway=mini_roundabout] {
     657    icon-image: "vehicle/restriction/roundabout_left.png";
     658    text: auto;
     659}
     660node:righthandtraffic[highway=mini_roundabout] {
    657661    icon-image: "vehicle/restriction/roundabout_right.png";
    658 /*    icon-image: "vehicle/restriction/roundabout_left.png";*/
    659     text: auto;
    660662}
    661663node[highway=stop] {
     
    801803
    802804node[junction=roundabout] {
     805    icon-image: "vehicle/restriction/roundabout_left.png";
     806    text: auto;
     807}
     808node:righthandtraffic[junction=roundabout] {
    803809    icon-image: "vehicle/restriction/roundabout_right.png";
    804     text: auto;
    805810}
    806811
Note: See TracChangeset for help on using the changeset viewer.