From 24577354c22a43a0c29126507a3dff66baccffa8 Mon Sep 17 00:00:00 2001 From: Johannes Singler Date: Wed, 15 Aug 2018 21:16:28 +0200 Subject: [PATCH] Render name for attraction=water_slide (#3335). --- amenity-points.mss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/amenity-points.mss b/amenity-points.mss index 636f1c4d2b..6b1016de47 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -2909,6 +2909,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; + } } } }