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

Increase strength of tertiary/residential/unclassified casing [WIP] #2454

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Tweak strength living_street casing on z13 and z14
matthijsmelissen authored and math1985 committed Nov 15, 2017
commit 42c177281d29dd6e953e186d2a285f57dedcbd6f
4 changes: 2 additions & 2 deletions roads.mss
Original file line number Diff line number Diff line change
@@ -1403,8 +1403,8 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */

[feature = 'highway_living_street'] {
[zoom >= 13] {
line-width: @living-street-width-z13 - 2 * @casing-width-z13;
[zoom >= 14] { line-width: @living-street-width-z14 - 2 * @casing-width-z14; }
line-width: @living-street-width-z13 - 2 * @residential-casing-width-z13;
[zoom >= 14] { line-width: @living-street-width-z14 - 2 * @residential-casing-width-z14; }
[zoom >= 15] { line-width: @living-street-width-z15 - 2 * @casing-width-z15; }
[zoom >= 16] { line-width: @living-street-width-z16 - 2 * @casing-width-z16; }
[zoom >= 17] { line-width: @living-street-width-z17 - 2 * @casing-width-z17; }