Skip to content

Commit

Permalink
Merge pull request #2041 from kocio-pl/sports-icon
Browse files Browse the repository at this point in the history
Adding code and icon for shop=sports (runner)
  • Loading branch information
matthijsmelissen committed Feb 10, 2016
2 parents f375ed9 + 1e5ba18 commit 65ae9ee
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 12 deletions.
8 changes: 8 additions & 0 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,13 @@
marker-fill: @shop-icon;
}

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

[feature = 'shop_stationery'][zoom >= 17] {
marker-file: url('symbols/stationery-14.svg');
marker-placement: interior;
Expand Down Expand Up @@ -1882,6 +1889,7 @@
[feature = 'shop_toys'],
[feature = 'shop_travel_agency'],
[feature = 'shop_seafood'],
[feature = 'shop_sports'],
[feature = 'shop_stationery'],
[feature = 'shop_variety_store'],
[feature = 'shop_wine'],
Expand Down
Loading

0 comments on commit 65ae9ee

Please sign in to comment.