Skip to content

Commit

Permalink
Change gastronomy objects colour to orange closes #3329 (#3360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamant36 authored and kocio-pl committed Sep 15, 2018
1 parent 0a3c745 commit 90f769d
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
@airtransport: #8461C4; //also ferry_terminal
@health-color: #da0092;
@amenity-brown: #734a08;
@gastronomy: @amenity-brown;
@gastronomy-icon: #C77400;
@gastronomy-text: darken(@gastronomy-icon, 5%);
@memorials: @amenity-brown;
@culture: @amenity-brown;
@public-service: @amenity-brown;
Expand Down Expand Up @@ -78,7 +79,7 @@

[feature = 'amenity_bar'][zoom >= 17] {
marker-file: url('symbols/amenity/bar.svg');
marker-fill: @gastronomy;
marker-fill: @gastronomy-icon;
marker-placement: interior;
marker-clip: false;
}
Expand Down Expand Up @@ -150,7 +151,7 @@

[feature = 'amenity_cafe'][zoom >= 17] {
marker-file: url('symbols/amenity/cafe.svg');
marker-fill: @gastronomy;
marker-fill: @gastronomy-icon;
marker-placement: interior;
marker-clip: false;
}
Expand Down Expand Up @@ -221,7 +222,7 @@

[feature = 'amenity_nightclub'][zoom >= 17] {
marker-file: url('symbols/amenity/nightclub.svg');
marker-fill: @gastronomy;
marker-fill: @gastronomy-icon;
marker-placement: interior;
marker-clip: false;
}
Expand Down Expand Up @@ -325,7 +326,7 @@

[feature = 'amenity_ice_cream'][zoom >= 17] {
marker-file: url('symbols/shop/ice_cream.svg');
marker-fill: @gastronomy;
marker-fill: @gastronomy-icon;
marker-placement: interior;
marker-clip: false;
}
Expand Down Expand Up @@ -644,14 +645,14 @@

[feature = 'amenity_pub'][zoom >= 17] {
marker-file: url('symbols/amenity/pub.svg');
marker-fill: @gastronomy;
marker-fill: @gastronomy-icon;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_biergarten'][zoom >= 17] {
marker-file: url('symbols/amenity/biergarten.svg');
marker-fill: @gastronomy;
marker-fill: @gastronomy-icon;
marker-placement: interior;
marker-clip: false;
}
Expand All @@ -670,14 +671,14 @@
[feature = 'amenity_restaurant'][zoom >= 17],
[feature = 'amenity_food_court'][zoom >= 17] {
marker-file: url('symbols/amenity/restaurant.svg');
marker-fill: @gastronomy;
marker-fill: @gastronomy-icon;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_fast_food'][zoom >= 17] {
marker-file: url('symbols/amenity/fast_food.svg');
marker-fill: @gastronomy;
marker-fill: @gastronomy-icon;
marker-placement: interior;
marker-clip: false;
}
Expand Down Expand Up @@ -1559,7 +1560,7 @@
[feature = 'amenity_nightclub'] {
[zoom >= 17] {
text-name: "[name]";
text-fill: @gastronomy;
text-fill: @gastronomy-text;
text-size: @standard-font-size;
text-wrap-width: @standard-wrap-width;
text-line-spacing: @standard-line-spacing-size;
Expand Down

0 comments on commit 90f769d

Please sign in to comment.