Skip to content

Commit

Permalink
Remove the residential-thin, refs gravitystorm#52
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitystorm committed Jul 2, 2013
1 parent 3860139 commit 82722dc
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
@secondary-fill: #f9d6aa;
@tertiary-fill: #f8f8ba;
@residential-fill: #ffffff;
@residential-thin: #999;
@service-fill: #ffffff;
@living-street-fill: #ccc;
@pedestrian-fill: #ededed;
Expand Down Expand Up @@ -560,15 +559,12 @@
[tunnel != 'yes'] {
[zoom >= 13] {
line-width: 3;
line-color: @residential-thin;
line-color: @residential-casing;
line-join: round;
line-cap: round;
}
[zoom >= 14] { line-width: @residential-width-z14 + 1.5; }
[zoom >= 15] {
line-width: @residential-width-z15 + 1.8;
line-color: @residential-casing;
}
[zoom >= 15] { line-width: @residential-width-z15 + 1.8; }
[zoom >= 16] { line-width: @residential-width-z16 + 1.8; }
[zoom >= 17] { line-width: @residential-width-z17 + 2.5; }
}
Expand Down Expand Up @@ -832,7 +828,7 @@
[feature = 'highway_road'] {
[zoom >= 10][zoom < 13] {
line-width: 1;
line-color: @residential-thin;
line-color: @residential-casing;
}
}

Expand Down Expand Up @@ -884,7 +880,7 @@

[feature = 'highway_service'][service = 'INT-normal'][zoom >= 13] {
line-width: 1;
line-color: @residential-thin;
line-color: @residential-casing;
[zoom >= 14] {
line-join: round;
line-cap: round;
Expand Down

0 comments on commit 82722dc

Please sign in to comment.