- Timestamp:
- 2014-10-20T16:48:34+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.mapcss
r7635 r7638 99 99 way[bridge=trestle]::core_bridge, 100 100 way[bridge=aqueduct]::core_bridge { 101 major-z-index: 2 .1;101 major-z-index: 2; 102 102 object-z-index: -1; 103 103 width: +4; … … 109 109 way[tunnel=building_passage]::core_tunnel, 110 110 way[tunnel=avalanche_protector]::core_tunnel { 111 major-z-index: 2 .1;111 major-z-index: 2; 112 112 object-z-index: -1; 113 113 width: +5; … … 450 450 451 451 way[motorroad?]::core_motorroad { 452 major-z-index: 2 .1;452 major-z-index: 2; 453 453 z-index: -1; 454 454 width: +4; … … 3120 3120 modifier: false; /* don't draw default way if there is no line on default layer */ 3121 3121 width: 1; 3122 color: otherrail#808080;3123 3122 color: railover#202020; 3124 3123 dashes: 9,9; … … 3198 3197 set icon_z17; 3199 3198 text: auto; 3199 } 3200 way[railway=construction][!highway] { 3201 width: 1; 3202 color: construction#ffff00; 3203 dashes: 9,9; 3204 } 3205 way[railway=construction][construction=rail] { 3206 width: 2; 3207 color: rail#404040; 3208 dashes: 9,9; 3209 dashes-background-color: construction#ffff00; 3210 } 3211 way[railway=construction][construction=light_rail] { 3212 width: 2; 3213 } 3214 way[railway=construction][construction=tram][highway]::core_railway, 3215 way[railway=construction][construction=tram][!highway] { 3216 z-index: 1; 3217 width: 1; 3218 color: railover#202020; 3219 dashes: 9,9; 3220 casing-width: 1; 3221 casing-color: construction#ffff00; 3222 casing-linecap: round; 3223 casing-dashes: 9,9; 3200 3224 } 3201 3225
Note:
See TracChangeset
for help on using the changeset viewer.