Skip to content

Commit

Permalink
add icons for popular shop types alcohol, electronics, furniture, gif…
Browse files Browse the repository at this point in the history
…t, jewelry/jewellery, mobile_phone and optician (resolves #1415 #1412 #1408)
  • Loading branch information
nebulon42 committed Apr 20, 2015
1 parent 23e2da3 commit 18eca7f
Show file tree
Hide file tree
Showing 10 changed files with 166 additions and 8 deletions.
60 changes: 60 additions & 0 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,58 @@
marker-fill: @shop-icon;
}

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

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

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

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

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

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

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

[feature = 'leisure_water_park'][zoom >= 17] {
point-file: url('symbols/water_park.p.20.png');
point-placement: interior;
Expand Down Expand Up @@ -1619,6 +1671,14 @@
[feature = 'shop_florist'],
[feature = 'shop_pet'],
[feature = 'shop_shoes'],
[feature = 'shop_gift'],
[feature = 'shop_electronics'],
[feature = 'shop_alcohol'],
[feature = 'shop_optician'],
[feature = 'shop_furniture'],
[feature = 'shop_mobile_phone'],
[feature = 'shop_jewelry'],
[feature = 'shop_jewellery'],
[feature = 'shop_other']{
[zoom >= 17] {
text-name: "[name]";
Expand Down
8 changes: 4 additions & 4 deletions project.mml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions project.yaml

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions symbols/shop_alcohol.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions symbols/shop_electronics.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions symbols/shop_furniture.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions symbols/shop_gift.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions symbols/shop_jewelry.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions symbols/shop_mobile_phone.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions symbols/shop_optician.16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 18eca7f

Please sign in to comment.