Skip to content

Commit

Permalink
First try
Browse files Browse the repository at this point in the history
  • Loading branch information
Penegal committed Mar 9, 2018
1 parent 3ab1df8 commit 83e7cd7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions buildings.mss
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,21 @@

#buildings {
[zoom >= 13] {
polygon-fill: @building-low-zoom;
[building != 'roof'] {
polygon-fill: @building-low-zoom;
}
[building = 'roof'] {
polygon-pattern-file: url('symbols/building_roof_dark.png');
}
polygon-clip: false;
[zoom >= 15] {
line-color: @building-line;
polygon-fill: @building-fill;
[building != 'roof'] {
polygon-fill: @building-fill;
}
[building = 'roof'] {
polygon-pattern-file: url('symbols/building_roof.png');
}
line-width: .75;
line-clip: false;
}
Expand Down
Binary file added symbols/building_roof.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added symbols/building_roof_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 83e7cd7

Please sign in to comment.