diff --git a/amenity-points.mss b/amenity-points.mss index b84b60e6d9..931c5b8b68 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -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; + } } } }