Skip to content

Commit

Permalink
Changed rendering level of railway=disused to address gravitystorm#2074
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Addy committed Feb 20, 2019
1 parent 488fd2c commit e85df8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@
}
}

[feature = 'railway_disused'][zoom >= 15],
[feature = 'railway_disused'][zoom >= 14],
[feature = 'railway_construction']['construction' != 'subway'],
[feature = 'railway_miniature'][zoom >= 15],
[feature = 'railway_INT-preserved-ssy'][zoom >= 14] {
Expand Down Expand Up @@ -1024,7 +1024,7 @@
}
}

[feature = 'railway_disused'][zoom >= 15],
[feature = 'railway_disused'][zoom >= 14],
[feature = 'railway_construction']['construction' != 'subway'],
[feature = 'railway_miniature'][zoom >= 15],
[feature = 'railway_INT-preserved-ssy'][zoom >= 14] {
Expand Down Expand Up @@ -2263,7 +2263,7 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
}

[feature = 'railway_disused'] {
[zoom >= 15] {
[zoom >= 14 {
line-color: #aaa;
line-width: 2;
line-dasharray: 2,4;
Expand Down

0 comments on commit e85df8b

Please sign in to comment.