- Timestamp:
- 2019-08-23T20:55:34+02:00 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/highway.mapcss
r15312 r15314 144 144 } 145 145 146 /* #11270, #9297, #15439, #16424 */147 way[railway =~ /^( light_rail|miniature|narrow_gauge|preserved|rail)$/][!highway] > node { set .is_in_railway }146 /* #11270, #9297, #15439, #16424, #17022 */ 147 way[railway =~ /^(miniature|narrow_gauge|preserved|rail)$/][!highway] > node { set .is_in_railway } 148 148 way[highway =~ /^(bridleway|cycleway|footway|path|steps)$/] > node { set .is_in_minor_road } 149 149 way[highway =~ /^(bus_guideway|living_street|motorway|motorway_link|pedestrian|primary|primary_link|raceway|residential|road|secondary|secondary_link|service|tertiary|tertiary_link|track|trunk|trunk_link|unclassified)$/] > node { set .is_in_major_road } -
trunk/styles/standard/elemstyles.mapcss
r15308 r15314 3623 3623 color: railyard#552200; 3624 3624 } 3625 /* draw tram on top of other way (highway=*) or3625 /* draw tram and light_rail on top of other way (highway=*) or 3626 3626 as a standalone style */ 3627 3627 way[highway][railway=tram]::core_railway, 3628 3628 way[!highway][railway=tram] { 3629 object-z-index: 1;3629 z-index: 1; 3630 3630 modifier: false; /* don't draw default way if there is no line on default layer */ 3631 3631 width: 1; … … 3649 3649 } 3650 3650 3651 way[railway=light_rail] { 3651 way[highway][railway=light_rail]::core_railway, 3652 way[!highway][railway=light_rail] { 3653 z-index: 1; 3654 modifier: false; /* don't draw default way if there is no line on default layer */ 3652 3655 width: 2; 3653 3656 color: otherrail#808080; … … 3767 3770 dashes-background-color: construction#ffff00; 3768 3771 } 3769 way[railway=construction][construction=light_rail] { 3772 way[railway=construction][construction=light_rail][highway]::core_railway, 3773 way[railway=construction][construction=light_rail][!highway] { 3774 z-index: 1; 3770 3775 width: 2; 3776 dashes: 9,9; 3777 color: construction#ffff00; 3771 3778 } 3772 3779 way[railway=construction][construction=tram][highway]::core_railway,
Note:
See TracChangeset
for help on using the changeset viewer.