Skip to content

Commit

Permalink
Disable polygon clipping for buildings. Buildings tend to be smaller …
Browse files Browse the repository at this point in the history
…than tiles
  • Loading branch information
pnorman committed May 21, 2013
1 parent f4445a1 commit 217fac0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildings.mss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#buildings-lz {
[zoom >= 10] {
polygon-clip: false;
[railway = 'station']::railway,
[building = 'station'] {
polygon-fill: #d4aaaa;
Expand Down Expand Up @@ -27,17 +28,20 @@
[building = 'INT-light'][zoom >= 12] {
polygon-fill: #bca9a9;
polygon-opacity: 0.7;
polygon-clip: false;
}
[building != 'INT-light'][building != ''][zoom >= 12] {
polygon-fill: #bca9a9;
polygon-opacity: 0.9;
polygon-clip: false;
[zoom >= 16] {
line-color: #330066;
line-width: 0.2;
}
}
[aeroway = 'terminal'][zoom >= 12]::aeroway {
polygon-fill: #cc99ff;
polygon-clip: false;
[zoom >= 14] {
line-color: #330066;
line-width: 0.2;
Expand Down

0 comments on commit 217fac0

Please sign in to comment.