mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Cleanup nails preset, add tanning preset
This commit is contained in:
+8
-1
@@ -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
|
||||
|
||||
@@ -222,6 +222,11 @@
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"beauty": {
|
||||
"key": "beauty",
|
||||
"type": "combo",
|
||||
"label": "Shop Type"
|
||||
},
|
||||
"bench": {
|
||||
"key": "bench",
|
||||
"type": "check",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "beauty",
|
||||
"type": "combo",
|
||||
"label": "Shop Type"
|
||||
}
|
||||
@@ -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": [
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
"opening_hours",
|
||||
"beauty"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1982,6 +1982,10 @@
|
||||
"key": "beauty",
|
||||
"value": "nails"
|
||||
},
|
||||
{
|
||||
"key": "beauty",
|
||||
"value": "tanning"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "bed"
|
||||
|
||||
Vendored
+8
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user