Add preset for shop=appliance

This commit is contained in:
Bryan Housel
2017-05-25 12:33:13 -04:00
parent 1faa1e6827
commit 7072b260fe
6 changed files with 95 additions and 4 deletions
+6 -1
View File
@@ -3722,6 +3722,11 @@ en:
# shop=antiques
name: Antiques Shop
terms: '<translate with synonyms or related terms for ''Antiques Shop'', separated by commas>'
shop/appliance:
# shop=appliance
name: Appliance Store
# 'terms: air conditioner,appliance,dishwasher,dryer,freezer,fridge,grill,kitchen,oven,refrigerator,stove,washer,washing machine'
terms: '<translate with synonyms or related terms for ''Appliance Store'', separated by commas>'
shop/art:
# shop=art
name: Art Store
@@ -3899,7 +3904,7 @@ en:
shop/electronics:
# shop=electronics
name: Electronics Store
# 'terms: appliance,audio,computer,tv'
# 'terms: appliance,audio,blueray,camera,computer,dvd,home theater,radio,speaker,tv,video'
terms: '<translate with synonyms or related terms for ''Electronics Store'', separated by commas>'
shop/erotic:
# shop=erotic
+40 -1
View File
@@ -10248,6 +10248,38 @@
},
"name": "Antiques Shop"
},
"shop/appliance": {
"icon": "shop",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"air conditioner",
"appliance",
"dishwasher",
"dryer",
"freezer",
"fridge",
"grill",
"kitchen",
"oven",
"refrigerator",
"stove",
"washer",
"washing machine"
],
"tags": {
"shop": "appliance"
},
"name": "Appliance Store"
},
"shop/art": {
"icon": "shop",
"fields": [
@@ -11021,8 +11053,15 @@
"terms": [
"appliance",
"audio",
"blueray",
"camera",
"computer",
"tv"
"dvd",
"home theater",
"radio",
"speaker",
"tv",
"video"
],
"tags": {
"shop": "electronics"
+32
View File
@@ -0,0 +1,32 @@
{
"icon": "shop",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"air conditioner",
"appliance",
"dishwasher",
"dryer",
"freezer",
"fridge",
"grill",
"kitchen",
"oven",
"refrigerator",
"stove",
"washer",
"washing machine"
],
"tags": {
"shop": "appliance"
},
"name": "Appliance Store"
}
+8 -1
View File
@@ -13,8 +13,15 @@
"terms": [
"appliance",
"audio",
"blueray",
"camera",
"computer",
"tv"
"dvd",
"home theater",
"radio",
"speaker",
"tv",
"video"
],
"tags": {
"shop": "electronics"
+4
View File
@@ -2149,6 +2149,10 @@
"key": "shop",
"value": "antiques"
},
{
"key": "shop",
"value": "appliance"
},
{
"key": "shop",
"value": "art"
+5 -1
View File
@@ -4228,6 +4228,10 @@
"name": "Antiques Shop",
"terms": ""
},
"shop/appliance": {
"name": "Appliance Store",
"terms": "air conditioner,appliance,dishwasher,dryer,freezer,fridge,grill,kitchen,oven,refrigerator,stove,washer,washing machine"
},
"shop/art": {
"name": "Art Store",
"terms": "art*,exhibit*,gallery"
@@ -4386,7 +4390,7 @@
},
"shop/electronics": {
"name": "Electronics Store",
"terms": "appliance,audio,computer,tv"
"terms": "appliance,audio,blueray,camera,computer,dvd,home theater,radio,speaker,tv,video"
},
"shop/erotic": {
"name": "Erotic Store",