Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move highway areas below all linear road types #3872

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion roads.mss
Expand Up @@ -5,6 +5,7 @@
@service-fill: @residential-fill;
@living-street-fill: #ededed;
@pedestrian-fill: #dddde8;
@pedestrian-area-fill: #ebebf7;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend against adding this new color

@raceway-fill: pink;
@road-fill: #ddd;
@footway-fill: salmon;
Expand Down Expand Up @@ -2626,7 +2627,7 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
[feature = 'highway_cycleway'],
[feature = 'highway_path'] {
[zoom >= 15] {
polygon-fill: @pedestrian-fill;
polygon-fill: @pedestrian-area-fill;
}
}

Expand Down