Skip to content

Commit

Permalink
Change salt_pond fill to ocean-color #b5d7e3
Browse files Browse the repository at this point in the history
ocean-color #b5d7e3 is Lch(84,13,227)
  • Loading branch information
jeisenbe committed Mar 22, 2020
1 parent d1e1777 commit 4c323cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion style/landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
}

[feature = 'landuse_salt_pond'][zoom >= 10] {
polygon-fill: @water-color;
polygon-fill: @ocean-color;
[way_pixels >= 4] { polygon-gamma: 0.75; }
[way_pixels >= 64] { polygon-gamma: 0.3; }
}
Expand Down
1 change: 1 addition & 0 deletions style/style.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Map {
background-color: @land-color;
}

@ocean-color: #b5d7e3; // Lch(84,13,227)
@water-color: #aad3df;
@land-color: #f2efe9;

Expand Down

0 comments on commit 4c323cb

Please sign in to comment.