From e90199d61b9e9e528f5a117b40c943b072fe3e72 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 17 May 2019 12:37:04 -0400 Subject: [PATCH] Replace maki-ice_cream icon with better fas-ice_cream icon Also add an unsearchable fast_food/_ice_cream preset This is for brands like Dairy Queen and Freddy's. fast_food place with ice cream focus, but also burgers, fries, etc. The preset is unsearchable because we prefer for users to use the amenity/ice_cream preset for tagging normal ice cream shops. --- .../presets/amenity/fast_food/_ice_cream.json | 17 +++++++++++++++++ data/presets/presets/amenity/ice_cream.json | 2 +- svg/fontawesome/fas-ice-cream.svg | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 data/presets/presets/amenity/fast_food/_ice_cream.json create mode 100644 svg/fontawesome/fas-ice-cream.svg diff --git a/data/presets/presets/amenity/fast_food/_ice_cream.json b/data/presets/presets/amenity/fast_food/_ice_cream.json new file mode 100644 index 000000000..14560acfc --- /dev/null +++ b/data/presets/presets/amenity/fast_food/_ice_cream.json @@ -0,0 +1,17 @@ +{ + "icon": "fas-ice-cream", + "geometry": [ + "point", + "area" + ], + "tags": { + "amenity": "fast_food", + "cuisine": "ice_cream" + }, + "reference": { + "key": "cuisine", + "value": "ice_cream" + }, + "name": "Ice Cream Fast Food", + "searchable": false +} diff --git a/data/presets/presets/amenity/ice_cream.json b/data/presets/presets/amenity/ice_cream.json index 1abf5c6b3..a78ac05e4 100644 --- a/data/presets/presets/amenity/ice_cream.json +++ b/data/presets/presets/amenity/ice_cream.json @@ -1,5 +1,5 @@ { - "icon": "maki-ice-cream", + "icon": "fas-ice-cream", "fields": [ "name", "address", diff --git a/svg/fontawesome/fas-ice-cream.svg b/svg/fontawesome/fas-ice-cream.svg new file mode 100644 index 000000000..828fee9f9 --- /dev/null +++ b/svg/fontawesome/fas-ice-cream.svg @@ -0,0 +1 @@ + \ No newline at end of file