Skip to content

Commit

Permalink
Create @hedge color variable based on @forest color
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisenbe committed Aug 24, 2019
1 parent 0cd1f11 commit b3f1d80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@park: #c8facc; // Lch(94,30,145)
@allotments: #c9e1bf; // Lch(87,20,135)
@orchard: #aedfa3; // also vineyard, plant_nursery
@hedge: @forest; // Lch(80,30,135)

// --- "Base" landuses ---

Expand Down Expand Up @@ -846,7 +847,7 @@
}
[feature = 'barrier_hedge'][zoom >= 16] {
line-width: 1.5;
line-color: @forest;
line-color: @hedge;
[zoom >= 17] {
line-width: 2;
}
Expand Down

0 comments on commit b3f1d80

Please sign in to comment.