mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Add terms to hardware and DIY store presets
This commit is contained in:
@@ -8132,6 +8132,7 @@ en:
|
||||
shop/doityourself:
|
||||
# shop=doityourself
|
||||
name: DIY Store
|
||||
# 'terms: craft,diy,do it yourself,hardware,home improvement,tools'
|
||||
terms: '<translate with synonyms or related terms for ''DIY Store'', separated by commas>'
|
||||
shop/doors:
|
||||
# shop=doors
|
||||
@@ -8270,6 +8271,7 @@ en:
|
||||
shop/hardware:
|
||||
# shop=hardware
|
||||
name: Hardware Store
|
||||
# 'terms: craft,diy,do it yourself,hardware,home improvement,tools'
|
||||
terms: '<translate with synonyms or related terms for ''Hardware Store'', separated by commas>'
|
||||
shop/health_food:
|
||||
# shop=health_food
|
||||
|
||||
@@ -1121,7 +1121,7 @@
|
||||
"shop/dairy": {"icon": "fas-cheese", "geometry": ["point", "area"], "terms": ["milk", "egg", "cheese"], "tags": {"shop": "dairy"}, "name": "Dairy Store"},
|
||||
"shop/deli": {"icon": "temaki-meat", "geometry": ["point", "area"], "terms": ["lunch", "meat", "sandwich"], "tags": {"shop": "deli"}, "name": "Deli"},
|
||||
"shop/department_store": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "department_store"}, "name": "Department Store"},
|
||||
"shop/doityourself": {"icon": "temaki-tools", "geometry": ["point", "area"], "tags": {"shop": "doityourself"}, "name": "DIY Store"},
|
||||
"shop/doityourself": {"icon": "temaki-tools", "geometry": ["point", "area"], "tags": {"shop": "doityourself"}, "terms": ["craft", "diy", "do it yourself", "hardware", "home improvement", "tools"], "name": "DIY Store"},
|
||||
"shop/doors": {"icon": "fas-door-open", "geometry": ["point", "area"], "tags": {"shop": "doors"}, "name": "Door Shop"},
|
||||
"shop/dry_cleaning": {"icon": "temaki-clothes_hanger", "geometry": ["point", "area"], "tags": {"shop": "dry_cleaning"}, "name": "Dry Cleaner"},
|
||||
"shop/e-cigarette": {"icon": "maki-shop", "moreFields": ["{shop}", "min_age"], "geometry": ["point", "area"], "tags": {"shop": "e-cigarette"}, "terms": ["electronic", "vape", "vaping", "vapor"], "name": "E-Cigarette Shop"},
|
||||
@@ -1149,7 +1149,7 @@
|
||||
"shop/greengrocer": {"icon": "fas-carrot", "fields": ["{shop}", "organic"], "geometry": ["point", "area"], "terms": ["fruit", "produce", "vegetable"], "tags": {"shop": "greengrocer"}, "name": "Greengrocer"},
|
||||
"shop/hairdresser_supply": {"icon": "temaki-hair_care", "geometry": ["point", "area"], "terms": ["barber", "shampoo", "conditioner"], "tags": {"shop": "hairdresser_supply"}, "name": "Hairdresser Supply Store"},
|
||||
"shop/hairdresser": {"icon": "temaki-beauty_salon", "geometry": ["point", "area"], "terms": ["barber"], "tags": {"shop": "hairdresser"}, "name": "Hairdresser"},
|
||||
"shop/hardware": {"icon": "temaki-tools", "geometry": ["point", "area"], "tags": {"shop": "hardware"}, "name": "Hardware Store"},
|
||||
"shop/hardware": {"icon": "temaki-tools", "geometry": ["point", "area"], "tags": {"shop": "hardware"}, "terms": ["craft", "diy", "do it yourself", "hardware", "home improvement", "tools"], "name": "Hardware Store"},
|
||||
"shop/health_food": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["wholefood", "vitamins", "vegetarian", "vegan"], "tags": {"shop": "health_food"}, "name": "Health Food Shop"},
|
||||
"shop/hearing_aids": {"icon": "temaki-hearing_aid", "geometry": ["point", "area"], "tags": {"shop": "hearing_aids"}, "name": "Hearing Aids Store"},
|
||||
"shop/herbalist": {"icon": "fas-leaf", "geometry": ["point", "area"], "tags": {"shop": "herbalist"}, "name": "Herbalist"},
|
||||
|
||||
@@ -7,5 +7,13 @@
|
||||
"tags": {
|
||||
"shop": "doityourself"
|
||||
},
|
||||
"terms": [
|
||||
"craft",
|
||||
"diy",
|
||||
"do it yourself",
|
||||
"hardware",
|
||||
"home improvement",
|
||||
"tools"
|
||||
],
|
||||
"name": "DIY Store"
|
||||
}
|
||||
|
||||
@@ -7,5 +7,13 @@
|
||||
"tags": {
|
||||
"shop": "hardware"
|
||||
},
|
||||
"terms": [
|
||||
"craft",
|
||||
"diy",
|
||||
"do it yourself",
|
||||
"hardware",
|
||||
"home improvement",
|
||||
"tools"
|
||||
],
|
||||
"name": "Hardware Store"
|
||||
}
|
||||
|
||||
Vendored
+2
-2
@@ -9787,7 +9787,7 @@
|
||||
},
|
||||
"shop/doityourself": {
|
||||
"name": "DIY Store",
|
||||
"terms": ""
|
||||
"terms": "craft,diy,do it yourself,hardware,home improvement,tools"
|
||||
},
|
||||
"shop/doors": {
|
||||
"name": "Door Shop",
|
||||
@@ -9899,7 +9899,7 @@
|
||||
},
|
||||
"shop/hardware": {
|
||||
"name": "Hardware Store",
|
||||
"terms": ""
|
||||
"terms": "craft,diy,do it yourself,hardware,home improvement,tools"
|
||||
},
|
||||
"shop/health_food": {
|
||||
"name": "Health Food Shop",
|
||||
|
||||
Reference in New Issue
Block a user