Skip to content

Commit

Permalink
Test avec tirets de bordure
Browse files Browse the repository at this point in the history
  • Loading branch information
Penegal committed Mar 13, 2018
1 parent 83e7cd7 commit 6101425
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions buildings.mss
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,22 @@

#buildings {
[zoom >= 13] {
[building != 'roof'] {
//[building != 'roof'] {
polygon-fill: @building-low-zoom;
}
//}
[building = 'roof'] {
polygon-pattern-file: url('symbols/building_roof_dark.png');
//polygon-pattern-file: url('symbols/building_roof_dark.png');
line-dasharray: 4,4;
}
polygon-clip: false;
[zoom >= 15] {
line-color: @building-line;
[building != 'roof'] {
//[building != 'roof'] {
polygon-fill: @building-fill;
}
//}
[building = 'roof'] {
polygon-pattern-file: url('symbols/building_roof.png');
//polygon-pattern-file: url('symbols/building_roof.png');
line-dasharray: 4,4;
}
line-width: .75;
line-clip: false;
Expand Down

0 comments on commit 6101425

Please sign in to comment.