mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
add health food shop preset (#4754)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -3071,6 +3071,10 @@
|
||||
"key": "shop",
|
||||
"value": "hardware"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "health_food "
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "hearing_aids"
|
||||
|
||||
Vendored
+4
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user