Skip to content

Commit 4d2f6e6

Browse files
committed
Add hidden preset for shop=ice_cream referencing amenity=ice_cream
these are effectively the same thing (though there were attempts to argue for obscure differences - disclaimer: I participated in these discussions) this adds no work for translators shop=ice_cream should be supported somehow either way BTW, I prefer shop=ice_cream over amenity=ice_cream but I guess that I should focus on more useful things than tagfiddling this one fixes part of #1641 - alternative would be to add this tag to list of ignored and unsupported ones
1 parent aba3ca9 commit 4d2f6e6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

data/presets/shop/_ice_cream.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"icon": "fas-ice-cream",
3+
"geometry": [
4+
"point",
5+
"area"
6+
],
7+
"fields": [
8+
"{amenity/ice_cream}"
9+
],
10+
"moreFields": [
11+
"{amenity/ice_cream}"
12+
],
13+
"tags": {
14+
"shop": "ice_cream"
15+
},
16+
"matchScore": 0.5,
17+
"name": "{amenity/ice_cream}",
18+
"searchable": false
19+
}

0 commit comments

Comments
 (0)