Changeset 8166 in josm


Ignore:
Timestamp:
2015-04-02T15:16:31+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11292 - display cycleway=lane and cycleway=track also for oneway=no

File:
1 edited

Legend:

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

    r8147 r8166  
    923923    set lR;
    924924}
     925way[oneway=no][cycleway=lane]::core_cycleway,
    925926way[!oneway][cycleway=lane]::core_cycleway {
    926927    set lL;
     
    952953    set tR;
    953954}
     955way[oneway=no][cycleway=track]::core_cycleway,
    954956way[!oneway][cycleway=track]::core_cycleway {
    955957    set tL;
Note: See TracChangeset for help on using the changeset viewer.