Skip to content

Commit

Permalink
Unification of major buildings
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Dec 19, 2016
1 parent 524add0 commit c533fce
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions buildings.mss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
@building-major-fill: darken(@building-fill, 20%);
@building-major-line: darken(@building-major-fill, 25%);

@building-aeroway-fill: #cc99ff;
@building-aeroway-line: darken(@building-aeroway-fill,15%);


#buildings {
[zoom >= 13] {
Expand All @@ -24,15 +21,7 @@

#buildings-major {
[zoom >= 13] {
[aeroway = 'terminal'] {
polygon-fill: @building-aeroway-fill;
polygon-clip: false;
[zoom >= 15] {
line-width: .75;
line-clip: false;
line-color: @building-aeroway-line;
}
}
[aeroway = 'terminal'],
[amenity = 'place_of_worship'],
[building = 'train_station'] {
polygon-fill: @building-major-fill;
Expand Down

0 comments on commit c533fce

Please sign in to comment.