Skip to content

Commit

Permalink
Made military area rendering less prominent.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-r committed Feb 6, 2018
1 parent a5f1ec8 commit b81bc8f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -710,14 +710,18 @@
}

#landuse-overlay {
[landuse = 'military'][zoom >= 7][way_pixels > 900],
[landuse = 'military'][zoom >= 8][way_pixels > 100],
[landuse = 'military'][zoom >= 10][way_pixels > 75] {
[landuse = 'military'][zoom >= 9][way_pixels > 900],
[landuse = 'military'][zoom >= 13] {
polygon-pattern-file: url('symbols/military_red_hatch.png');
polygon-pattern-alignment: global;
line-color: @military;
line-width: 3;
line-opacity: 0.329;
line-color: @military;
line-opacity: 0.24;
line-width: 1.0;
line-offset: -0.5;
[zoom >= 15] {
line-width: 2;
line-offset: -1.0;
}
}
}

Expand Down
Binary file modified symbols/military_red_hatch.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 b81bc8f

Please sign in to comment.