Changeset 18835 in josm


Ignore:
Timestamp:
2023-09-20T18:31:05+02:00 (9 months ago)
Author:
taylor.smock
Message:

Fix #22134: Only show cycle dashes on one side of roundabout

File:
1 edited

Legend:

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

    r18719 r18835  
    10431043
    10441044    /* prepare shared_lane */
    1045 way[oneway?][cycleway=shared_lane]:righthandtraffic::core_cycleway {
     1045way[oneway?][cycleway=shared_lane]:righthandtraffic::core_cycleway,
     1046way[!oneway][cycleway=shared_lane][junction=roundabout]:righthandtraffic::core_cycleway {
    10461047    set shared_laneRight;
    10471048    set righthandtr;
     
    10511052    set righthandtr;
    10521053}
    1053 way[oneway?][cycleway=shared_lane]!.righthandtr::core_cycleway {
     1054way[oneway?][cycleway=shared_lane]!.righthandtr::core_cycleway,
     1055way[!oneway][cycleway=shared_lane][junction=roundabout]!.righthandtr::core_cycleway {
    10541056    set shared_laneLeft;
    10551057}
     
    10641066}
    10651067way[oneway=no][cycleway=shared_lane]::core_cycleway,
    1066 way[!oneway][cycleway=shared_lane]::core_cycleway,
     1068way[!oneway][junction!=roundabout][cycleway=shared_lane]::core_cycleway,
    10671069way[oneway?][oneway:bicycle=no][cycleway=shared_lane]::core_cycleway,
    10681070way[cycleway:both=shared_lane]::core_cycleway {
Note: See TracChangeset for help on using the changeset viewer.