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 20, 2018
1 parent d26f2a5 commit 5de04f5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2919,6 +2919,19 @@
line-width: 1;
[zoom >= 18] { line-width: 2; }
[zoom >= 19] { line-width: 4; }

[zoom >= 19] {
text-name: "[name]";
text-size: 10;
text-face-name: @oblique-fonts;
text-fill: darken(@pitch, 40%);
text-halo-radius: @standard-halo-radius;
text-halo-fill: @standard-halo-fill;
text-placement: line;
text-vertical-alignment: middle;
text-repeat-distance: @waterway-text-repeat-distance;
text-dy: 8;
}
}
}
}
Expand Down

0 comments on commit 5de04f5

Please sign in to comment.