mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Add preset for shop=appliance
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -13,8 +13,15 @@
|
||||
"terms": [
|
||||
"appliance",
|
||||
"audio",
|
||||
"blueray",
|
||||
"camera",
|
||||
"computer",
|
||||
"tv"
|
||||
"dvd",
|
||||
"home theater",
|
||||
"radio",
|
||||
"speaker",
|
||||
"tv",
|
||||
"video"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "electronics"
|
||||
|
||||
@@ -2149,6 +2149,10 @@
|
||||
"key": "shop",
|
||||
"value": "antiques"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "appliance"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "art"
|
||||
|
||||
Vendored
+5
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user