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:
kjonosm 2023-05-08 04:51:33 +02:00 committed by GitHub
parent 6546aa288a
commit a5b9a0d577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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"
}
}
]
}