Skip to content

Commit

Permalink
Render name for attraction=water_slide (gravitystorm#3335).
Browse files Browse the repository at this point in the history
  • Loading branch information
johsin18 committed Aug 15, 2018
1 parent a84cb2e commit 6785ffb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions water.mss
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,20 @@
marker-fill: saturate(darken(@water-color, 40%), 30%);
marker-clip: false;
}

[zoom >= 19] {
text-name: "[name]";
text-size: 10;
text-face-name: @oblique-fonts;
text-fill: @water-text;
text-halo-radius: @standard-halo-radius;
text-halo-fill: @standard-halo-fill;
text-spacing: 600;
text-placement: line;
text-vertical-alignment: middle;
text-dy: 8;
text-repeat-distance: @waterway-text-repeat-distance;
}
}
}
}
Expand Down

0 comments on commit 6785ffb

Please sign in to comment.