Create appliance (#8108)
* Create appliance https://wiki.openstreetmap.org/wiki/Tag:shop%3Dappliance also See #7706 * Rename appliance to appliance.json
This commit is contained in:
parent
6546aa288a
commit
a5b9a0d577
1 changed files with 38 additions and 0 deletions
38
data/brands/shop/appliance.json
Normal file
38
data/brands/shop/appliance.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"properties": {
|
||||
"path": "brands/shop/appliance",
|
||||
"exclude": {"generic": ["^appliance$"]}
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"displayName": "Arçelik",
|
||||
"locationSet": {"include": ["tr"]},
|
||||
"tags": {
|
||||
"brand": "Arçelik",
|
||||
"brand:wikidata": "Q640497",
|
||||
"name": "Arçelik",
|
||||
"shop": "appliance"
|
||||
}
|
||||
},
|
||||
{
|
||||
"displayName": "Beko",
|
||||
"locationSet": {"include": ["tr"]},
|
||||
"tags": {
|
||||
"brand": "Beko",
|
||||
"brand:wikidata": "Q631792",
|
||||
"name": "Beko",
|
||||
"shop": "appliance"
|
||||
}
|
||||
},
|
||||
{
|
||||
"displayName": "Profilo",
|
||||
"locationSet": {"include": ["tr"]},
|
||||
"tags": {
|
||||
"brand": "Profilo",
|
||||
"brand:wikidata": "Q6043911",
|
||||
"name": "Profilo",
|
||||
"shop": "appliance"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue