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 authored and Matthijs Melissen committed Aug 12, 2017
1 parent b7e1dc6 commit f2e4173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1393,8 +1393,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 f2e4173

Please sign in to comment.