mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Add shop=repair preset (re: #76)
This commit is contained in:
parent
fef581e990
commit
b8be004c28
2 changed files with 25 additions and 0 deletions
20
data/presets/shop/repair.json
Normal file
20
data/presets/shop/repair.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "fas-tools",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "repair"
|
||||
},
|
||||
"terms": [
|
||||
"broken",
|
||||
"fixit shop",
|
||||
"mend",
|
||||
"patch",
|
||||
"refurbish",
|
||||
"rehabilitate",
|
||||
"tinker"
|
||||
],
|
||||
"name": "Repair Shop"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue