Skip to content

Commit

Permalink
Clean up z13 and z14
Browse files Browse the repository at this point in the history
* Drop buildings from z13 and z14
* Drop footways from z13
* Drop service roads from z13
* Drop pedestrian roads from z13
* Different rendering of living_street on z13
* Drop playground outlines from z13 and z14
* Lighten up the color of trams
* Drop streams, ditches and drains from z13
  • Loading branch information
math1985 committed Oct 21, 2018
1 parent 4e3b539 commit a7c35fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
14 changes: 5 additions & 9 deletions buildings.mss
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@
@entrance-normal: @building-line;

#buildings {
[zoom >= 13] {
polygon-fill: @building-low-zoom;
[zoom >= 15] {
polygon-fill: @building-fill;
polygon-clip: false;
line-width: 0;
[zoom >= 15] {
polygon-fill: @building-fill;
line-color: @building-line;
line-width: .75;
line-clip: false;
}
line-color: @building-line;
line-width: .75;
line-clip: false;
[amenity = 'place_of_worship'],
[aeroway = 'terminal'],
[aerialway = 'station'],
Expand Down
6 changes: 4 additions & 2 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,10 @@
[feature = 'leisure_playground'][zoom >= 13],
[feature = 'leisure_fitness_station'][zoom >= 13] {
polygon-fill: @leisure;
line-color: darken(@leisure, 60%);
line-width: 0.3;
[zoom >= 15] {
line-color: darken(@leisure, 60%);
line-width: 0.3;
}
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
}
Expand Down
2 changes: 1 addition & 1 deletion water.mss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
[waterway = 'ditch'],
[waterway = 'drain'] {
[int_tunnel = 'no'] {
[zoom >= 13] {
[zoom >= 14] {
line-width: 2.5;
line-color: white;
[waterway = 'stream'][zoom >= 15] {
Expand Down

0 comments on commit a7c35fe

Please sign in to comment.