Cleanup nails preset, add tanning preset

This commit is contained in:
Bryan Housel
2016-10-23 18:43:39 -04:00
parent fc6fade6e3
commit 2ddfb3193c
9 changed files with 78 additions and 13 deletions
+8 -1
View File
@@ -167,6 +167,9 @@ en:
barrier:
# barrier=*
label: Type
beauty:
# beauty=*
label: Shop Type
bench:
# bench=*
label: Bench
@@ -3350,8 +3353,12 @@ en:
shop/beauty/nails:
# 'shop=beauty, beauty=nails'
name: Nail Salon
# 'terms: Nail Salon,nails'
# 'terms: manicure,pedicure'
terms: '<translate with synonyms or related terms for ''Nail Salon'', separated by commas>'
shop/beauty/tanning:
# 'shop=beauty, beauty=tanning'
name: Tanning Salon
terms: '<translate with synonyms or related terms for ''Tanning Salon'', separated by commas>'
shop/bed:
# shop=bed
name: Bedding/Mattress Store
+5
View File
@@ -222,6 +222,11 @@
"type": "typeCombo",
"label": "Type"
},
"beauty": {
"key": "beauty",
"type": "combo",
"label": "Shop Type"
},
"bench": {
"key": "bench",
"type": "check",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "beauty",
"type": "combo",
"label": "Shop Type"
}
+24 -5
View File
@@ -8488,7 +8488,8 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"beauty"
],
"geometry": [
"point",
@@ -8507,9 +8508,9 @@
"shop/beauty/nails": {
"icon": "shop",
"fields": [
"shop",
"building_area",
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
@@ -8517,8 +8518,8 @@
"area"
],
"terms": [
"Nail Salon",
"nails"
"manicure",
"pedicure"
],
"tags": {
"shop": "beauty",
@@ -8526,6 +8527,24 @@
},
"name": "Nail Salon"
},
"shop/beauty/tanning": {
"icon": "shop",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "beauty",
"beauty": "tanning"
},
"name": "Tanning Salon"
},
"shop/bed": {
"icon": "lodging",
"fields": [
+2 -1
View File
@@ -4,7 +4,8 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"beauty"
],
"geometry": [
"point",
+4 -5
View File
@@ -1,10 +1,9 @@
{
"icon": "shop",
"fields": [
"shop",
"building_area",
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
@@ -12,8 +11,8 @@
"area"
],
"terms": [
"Nail Salon",
"nails"
"manicure",
"pedicure"
],
"tags": {
"shop": "beauty",
@@ -0,0 +1,18 @@
{
"icon": "shop",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "beauty",
"beauty": "tanning"
},
"name": "Tanning Salon"
}
+4
View File
@@ -1982,6 +1982,10 @@
"key": "beauty",
"value": "nails"
},
{
"key": "beauty",
"value": "tanning"
},
{
"key": "shop",
"value": "bed"
+8 -1
View File
@@ -780,6 +780,9 @@
"barrier": {
"label": "Type"
},
"beauty": {
"label": "Shop Type"
},
"bench": {
"label": "Bench"
},
@@ -3609,7 +3612,11 @@
},
"shop/beauty/nails": {
"name": "Nail Salon",
"terms": "Nail Salon,nails"
"terms": "manicure,pedicure"
},
"shop/beauty/tanning": {
"name": "Tanning Salon",
"terms": ""
},
"shop/bed": {
"name": "Bedding/Mattress Store",