Changeset 18835 in josm for trunk/resources/styles/standard
- Timestamp:
- 2023-09-20T18:31:05+02:00 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/styles/standard/elemstyles.mapcss
r18719 r18835 1043 1043 1044 1044 /* prepare shared_lane */ 1045 way[oneway?][cycleway=shared_lane]:righthandtraffic::core_cycleway { 1045 way[oneway?][cycleway=shared_lane]:righthandtraffic::core_cycleway, 1046 way[!oneway][cycleway=shared_lane][junction=roundabout]:righthandtraffic::core_cycleway { 1046 1047 set shared_laneRight; 1047 1048 set righthandtr; … … 1051 1052 set righthandtr; 1052 1053 } 1053 way[oneway?][cycleway=shared_lane]!.righthandtr::core_cycleway { 1054 way[oneway?][cycleway=shared_lane]!.righthandtr::core_cycleway, 1055 way[!oneway][cycleway=shared_lane][junction=roundabout]!.righthandtr::core_cycleway { 1054 1056 set shared_laneLeft; 1055 1057 } … … 1064 1066 } 1065 1067 way[oneway=no][cycleway=shared_lane]::core_cycleway, 1066 way[!oneway][ cycleway=shared_lane]::core_cycleway,1068 way[!oneway][junction!=roundabout][cycleway=shared_lane]::core_cycleway, 1067 1069 way[oneway?][oneway:bicycle=no][cycleway=shared_lane]::core_cycleway, 1068 1070 way[cycleway:both=shared_lane]::core_cycleway {
Note:
See TracChangeset
for help on using the changeset viewer.