Skip to content

Commit

Permalink
Icon and YAML for shop=seafood and shop=fishmonger
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Jun 23, 2015
1 parent b126261 commit c1e8446
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 8 deletions.
12 changes: 12 additions & 0 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,16 @@
}
}

[feature = 'shop_fishmonger'],
[feature = 'shop_seafood'] {
[zoom >= 17] {
marker-file: url('symbols/seafood-14.svg');
marker-placement: interior;
marker-clip: false;
marker-fill: @shop-icon;
}
}

[feature = 'shop_florist'][zoom >= 17] {
marker-file: url('symbols/florist.16.svg');
marker-placement: interior;
Expand Down Expand Up @@ -1871,6 +1881,7 @@
[feature = 'shop_cosmetics'],
[feature = 'shop_bicycle'],
[feature = 'shop_farm'],
[feature = 'shop_fishmonger'],
[feature = 'shop_florist'],
[feature = 'shop_garden_centre'],
[feature = 'shop_greengrocer'],
Expand All @@ -1894,6 +1905,7 @@
[feature = 'shop_chemist'],
[feature = 'shop_toys'],
[feature = 'shop_travel_agency'],
[feature = 'shop_seafood'],
[feature = 'shop_stationery'],
[feature = 'shop_other']{
[zoom >= 17] {
Expand Down
Loading

0 comments on commit c1e8446

Please sign in to comment.