mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 12:53:52 +01:00
Create motorcycle_parts.json
This commit is contained in:
parent
2d53ca9b69
commit
7330b4390d
1 changed files with 26 additions and 0 deletions
26
data/presets/shop/motorcycle_parts.json
Normal file
26
data/presets/shop/motorcycle_parts.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"icon": "temaki-motorcycle_repair",
|
||||
"fields": [
|
||||
"{shop}",
|
||||
"service/vehicle"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"auto",
|
||||
"bike",
|
||||
"part",
|
||||
"motorcycle",
|
||||
"motorbike",
|
||||
"parts"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "motorcycle_parts"
|
||||
},
|
||||
"name": "Motorcycle Parts Shop",
|
||||
"aliases": [
|
||||
"Motorcycle Parts Store"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue