Skip to content

Commit

Permalink
Merge pull request #1434 from math1985/waterfeatures-halo
Browse files Browse the repository at this point in the history
Add transparency to halo for water-features
  • Loading branch information
matkoniecz committed Mar 26, 2015
2 parents 8775a38 + 80c92f1 commit aaefe33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions water-features.mss
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
#text-point[zoom >= 17] {
text-name: "[name]";
text-halo-radius: 1;
text-halo-fill: rgba(255,255,255,0.6);
text-fill: #222;
text-size: 10;
text-face-name: @book-fonts;
Expand All @@ -147,6 +148,7 @@
#text-line {
text-name: "[name]";
text-halo-radius: 1;
text-halo-fill: rgba(255,255,255,0.6);
text-fill: #222;
text-size: 10;
text-face-name: @book-fonts;
Expand Down

0 comments on commit aaefe33

Please sign in to comment.