add health food shop preset (#4754)

This commit is contained in:
Jordane Pelloux-Prayer
2018-02-05 20:34:32 +01:00
parent a6f840197a
commit fb71294d8e
5 changed files with 63 additions and 0 deletions
+5
View File
@@ -5117,6 +5117,11 @@ en:
# shop=hardware
name: Hardware Store
terms: '<translate with synonyms or related terms for ''Hardware Store'', separated by commas>'
shop/health_food:
# 'shop=health_food '
name: Health food shop
# 'terms: wholefood,vitamins,vegetarian,vegan'
terms: '<translate with synonyms or related terms for ''Health food shop'', separated by commas>'
shop/hearing_aids:
# shop=hearing_aids
name: Hearing Aids Store
+25
View File
@@ -17006,6 +17006,31 @@
},
"name": "Hardware Store"
},
"shop/health_food": {
"icon": "shop",
"fields": [
"name",
"operator",
"address",
"building_area",
"opening_hours",
"payment_multi"
],
"geometry": [
"point",
"area"
],
"terms": [
"wholefood",
"vitamins",
"vegetarian",
"vegan"
],
"tags": {
"shop": "health_food "
},
"name": "Health food shop"
},
"shop/hearing_aids": {
"icon": "shop",
"fields": [
@@ -0,0 +1,25 @@
{
"icon": "shop",
"fields": [
"name",
"operator",
"address",
"building_area",
"opening_hours",
"payment_multi"
],
"geometry": [
"point",
"area"
],
"terms": [
"wholefood",
"vitamins",
"vegetarian",
"vegan"
],
"tags": {
"shop": "health_food "
},
"name": "Health food shop"
}
+4
View File
@@ -3071,6 +3071,10 @@
"key": "shop",
"value": "hardware"
},
{
"key": "shop",
"value": "health_food "
},
{
"key": "shop",
"value": "hearing_aids"
+4
View File
@@ -5765,6 +5765,10 @@
"name": "Hardware Store",
"terms": ""
},
"shop/health_food": {
"name": "Health food shop",
"terms": "wholefood,vitamins,vegetarian,vegan"
},
"shop/hearing_aids": {
"name": "Hearing Aids Store",
"terms": ""