mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
Use the more common tagging for a tailor
shop=tailor outnumbers craft=tailor by about 2:1, so should be preferred
This commit is contained in:
committed by
John Firebaugh
parent
40537f2a57
commit
700e863b6c
@@ -1748,6 +1748,9 @@ en:
|
||||
shop/supermarket:
|
||||
name: Supermarket
|
||||
terms: "<translate with synonyms or related terms for 'Supermarket', separated by commas>"
|
||||
shop/tailor:
|
||||
name: Tailor
|
||||
terms: "<translate with synonyms or related terms for 'Tailor', separated by commas>"
|
||||
shop/toys:
|
||||
name: Toy Store
|
||||
terms: "<translate with synonyms or related terms for 'Toy Store', separated by commas>"
|
||||
|
||||
@@ -3351,7 +3351,8 @@
|
||||
"address",
|
||||
"operator",
|
||||
"opening_hours"
|
||||
]
|
||||
],
|
||||
"searchable": false
|
||||
},
|
||||
"craft/tiler": {
|
||||
"name": "Tiler",
|
||||
@@ -7590,6 +7591,27 @@
|
||||
},
|
||||
"name": "Supermarket"
|
||||
},
|
||||
"shop/tailor": {
|
||||
"name": "Tailor",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"tailor",
|
||||
"clothes"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "tailor"
|
||||
},
|
||||
"icon": "clothing-store",
|
||||
"fields": [
|
||||
"building_area",
|
||||
"address",
|
||||
"operator",
|
||||
"opening_hours"
|
||||
]
|
||||
},
|
||||
"shop/toys": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
"address",
|
||||
"operator",
|
||||
"opening_hours"
|
||||
]
|
||||
],
|
||||
"searchable": false
|
||||
}
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Tailor",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"tailor",
|
||||
"clothes"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "tailor"
|
||||
},
|
||||
"icon": "clothing-store",
|
||||
"fields": [
|
||||
"building_area",
|
||||
"address",
|
||||
"operator",
|
||||
"opening_hours"
|
||||
]
|
||||
}
|
||||
Vendored
+4
@@ -2783,6 +2783,10 @@
|
||||
"name": "Supermarket",
|
||||
"terms": "bazaar,boutique,chain,co-op,cut-rate store,discount store,five-and-dime,flea market,galleria,grocery store,mall,mart,outlet,outlet store,shop,shopping center,shopping centre,shopping plaza,stand,store,supermarket,thrift shop"
|
||||
},
|
||||
"shop/tailor": {
|
||||
"name": "Tailor",
|
||||
"terms": "tailor,clothes"
|
||||
},
|
||||
"shop/toys": {
|
||||
"name": "Toy Store",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user