Skip to content

Commit

Permalink
Add changes missed in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorman committed Jul 29, 2022
1 parent 6112543 commit 6d083e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style/water.mss
Original file line number Diff line number Diff line change
Expand Up @@ -300,19 +300,19 @@
text-size: 10;
text-wrap-width: 25; // 2.5 em
text-line-spacing: -1.5; // -0.15 em
[way_pixels > 12000],
[way_pixels > 12000][feature != 'natural_strait'][feature != 'natural_bay'],
[zoom >= 15][feature = 'natural_strait'],
[zoom >= 15][feature = 'natural_strait'] {
[zoom >= 15][feature = 'natural_bay'] {
text-size: 12;
text-wrap-width: 37; // 3.1 em
text-line-spacing: -1.6; // -0.13 em
}
[way_pixels > 48000] {
[way_pixels > 48000][feature != 'natural_strait'][feature != 'natural_bay'] {
text-size: 15;
text-wrap-width: 59; // 3.9 em
text-line-spacing: -1.5; // -0.10 em
}
[way_pixels > 192000] {
[way_pixels > 192000][feature != 'natural_strait'][feature != 'natural_bay'] {
text-size: 19;
text-wrap-width: 95; // 5.0 em
text-line-spacing: -0.95; // -0.05 em
Expand Down

0 comments on commit 6d083e3

Please sign in to comment.