Skip to content

Commit

Permalink
Tweak strength living_street casing on z13 and z14
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsmelissen committed Nov 21, 2016
1 parent 004b537 commit 700337d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roads.mss
Expand Up @@ -1380,8 +1380,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; }
Expand Down

0 comments on commit 700337d

Please sign in to comment.