Changes between Version 15 and Version 16 of Styles/SidewalksAndFootways


Ignore:
Timestamp:
2023-12-17T13:02:30+01:00 (17 months ago)
Author:
JeroenHoek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/SidewalksAndFootways

    v15 v16  
    308308    dashes: none;
    309309}
    310 way|z19-[highway=footway][footway=crossing]::sidewalks_left {
     310/* Don't show the dashes on the side for continous crossings, because there the road crosses the sidewalk, rather than the other way around. */
     311way|z19-[highway=footway][footway=crossing]["crossing:continuous"!=yes]::sidewalks_left {
    311312    offset: 11.5;
    312313    width: 2;
     
    314315    dashes: 5;
    315316}
    316 way|z19-[highway=footway][footway=crossing]::sidewalks_right {
     317way|z19-[highway=footway][footway=crossing]["crossing:continuous"!=yes]::sidewalks_right {
    317318    offset: -11.5;
    318319    width: 2;
     
    356357    width: 2;
    357358    dashes: 5, 10;
     359}
     360
     361/*
     362    highway=crossing, minimal extensions.
     363*/
     364
     365node|z21-[highway=crossing]["crossing:continuous"=yes]::crossing_bg {
     366    symbol-shape: hexagon;
     367    symbol-fill-color: none;
     368    symbol-size: 40;
     369    symbol-stroke-width: 2;
     370    symbol-stroke-color: #00aa80;
     371    object-z-index: -0.9;
    358372}
    359373