Skip to content

Commit

Permalink
Adding shop symbol: hearing_aids
Browse files Browse the repository at this point in the history
Icon source: own work.
Rasterisation: tested with density=96,150,300,600 using ImageMagick convert
  • Loading branch information
sommerbe committed Dec 4, 2023
1 parent 47a96cb commit aaff98e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ Layer:
'laundry', 'dry_cleaning', 'beverages', 'perfumery', 'cosmetics', 'variety_store', 'wine', 'outdoor',
'copyshop', 'sports', 'deli', 'tobacco', 'art', 'tea', 'coffee', 'tyres', 'pastry', 'chocolate',
'music', 'medical_supply', 'dairy', 'video_games', 'houseware', 'ticket', 'charity', 'second_hand',
'interior_decoration', 'video', 'paint', 'massage', 'trade', 'wholesale') THEN shop
'interior_decoration', 'video', 'paint', 'massage', 'trade', 'wholesale', 'hearing_aids') THEN shop
ELSE 'other' END AS shop,
CASE WHEN building = 'no' OR building IS NULL THEN 'no' ELSE 'yes' END AS is_building,
tags->'operator' AS operator,
Expand Down
4 changes: 4 additions & 0 deletions style/amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,10 @@
marker-file: url('symbols/shop/optician.svg');
}

[shop = 'hearing_aids'][zoom >= 18] {
marker-file: url('symbols/shop/hearing_aids.svg');
}

[shop = 'outdoor'][zoom >= 18] {
marker-file: url('symbols/shop/outdoor.svg');
}
Expand Down
3 changes: 3 additions & 0 deletions symbols/shop/hearing_aids.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 aaff98e

Please sign in to comment.