Skip to content

Commit

Permalink
Grey train station text & icon, blue (bike friendly) doesn't make muc…
Browse files Browse the repository at this point in the history
…h sense here, and we should to avoid too much blue icons.
  • Loading branch information
Florimondable committed Nov 23, 2019
1 parent 6f632aa commit a255d8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions labels.mss
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@

#train_stations[zoom >= 12]{
marker-file: url('symbols/openstreetmap-carto/square.svg');
marker-fill: @transportation-icon;
marker-fill: @trainstation-icon;
marker-placement: interior;
marker-clip: false;
// Train station
Expand All @@ -585,7 +585,7 @@
text-size: 1.1 * @standard-font-size;
text-wrap-width: @standard-wrap-width;
text-line-spacing: @standard-line-spacing-size;
text-fill: @transportation-text;
text-fill: @trainstation-text;
text-dy: 10;
text-face-name: @sans_bold;
text-halo-radius: @standard-halo-radius;
Expand All @@ -606,7 +606,7 @@
text-size: @standard-font-size;
text-wrap-width: @standard-wrap-width;
text-line-spacing: @standard-line-spacing-size;
text-fill: @transportation-text;
text-fill: @trainstation-text;
text-dy: 10;
text-face-name: @sans_bold;
text-halo-radius: @standard-halo-radius;
Expand Down
4 changes: 3 additions & 1 deletion palette.mss
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,10 @@
@nobike-transportation-icon: #444444;
@transportation-icon: #0092da;
@transportation-text: #0066ff;
@trainstation-icon: #555;
@trainstation-text: #555;
@man-made-icon: #666666;
@accommodation-icon: @transportation-icon;
@accommodation-icon: #0092da;
@accommodation-text: @accommodation-icon;
@gastronomy-icon: #C77400;
@gastronomy-text: darken(@gastronomy-icon, 5%);
Expand Down

0 comments on commit a255d8d

Please sign in to comment.