add preset for nail salon

This commit is contained in:
Will Skora
2016-10-23 10:53:32 -04:00
parent b5c95af3b7
commit fc6fade6e3
6 changed files with 60 additions and 4 deletions
+6 -1
View File
@@ -3345,8 +3345,13 @@ en:
shop/beauty:
# shop=beauty
name: Beauty Shop
# 'terms: nail spa,spa,salon,tanning'
# 'terms: spa,salon,tanning'
terms: '<translate with synonyms or related terms for ''Beauty Shop'', separated by commas>'
shop/beauty/nails:
# 'shop=beauty, beauty=nails'
name: Nail Salon
# 'terms: Nail Salon,nails'
terms: '<translate with synonyms or related terms for ''Nail Salon'', separated by commas>'
shop/bed:
# shop=bed
name: Bedding/Mattress Store
+22 -1
View File
@@ -8495,7 +8495,6 @@
"area"
],
"terms": [
"nail spa",
"spa",
"salon",
"tanning"
@@ -8505,6 +8504,28 @@
},
"name": "Beauty Shop"
},
"shop/beauty/nails": {
"icon": "shop",
"fields": [
"shop",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"Nail Salon",
"nails"
],
"tags": {
"shop": "beauty",
"beauty": "nails"
},
"name": "Nail Salon"
},
"shop/bed": {
"icon": "lodging",
"fields": [
-1
View File
@@ -11,7 +11,6 @@
"area"
],
"terms": [
"nail spa",
"spa",
"salon",
"tanning"
@@ -0,0 +1,23 @@
{
"icon": "shop",
"fields": [
"shop",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"Nail Salon",
"nails"
],
"tags": {
"shop": "beauty",
"beauty": "nails"
},
"name": "Nail Salon"
}
+4
View File
@@ -1978,6 +1978,10 @@
"key": "shop",
"value": "beauty"
},
{
"key": "beauty",
"value": "nails"
},
{
"key": "shop",
"value": "bed"
+5 -1
View File
@@ -3605,7 +3605,11 @@
},
"shop/beauty": {
"name": "Beauty Shop",
"terms": "nail spa,spa,salon,tanning"
"terms": "spa,salon,tanning"
},
"shop/beauty/nails": {
"name": "Nail Salon",
"terms": "Nail Salon,nails"
},
"shop/bed": {
"name": "Bedding/Mattress Store",