mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
add preset for nail salon
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1978,6 +1978,10 @@
|
||||
"key": "shop",
|
||||
"value": "beauty"
|
||||
},
|
||||
{
|
||||
"key": "beauty",
|
||||
"value": "nails"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "bed"
|
||||
|
||||
Vendored
+5
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user