mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Add Mountain Biking Route preset (close #99)
This commit is contained in:
parent
a554f56362
commit
2865db0cc3
2 changed files with 38 additions and 0 deletions
33
data/presets/type/route/mtb.json
Normal file
33
data/presets/type/route/mtb.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"icon": "maki-bicycle",
|
||||
"fields": [
|
||||
"{type/route/bicycle}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{type/route/bicycle}"
|
||||
],
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
"type": "route",
|
||||
"route": "mtb"
|
||||
},
|
||||
"reference": {
|
||||
"key": "route",
|
||||
"value": "mtb"
|
||||
},
|
||||
"terms": [
|
||||
"all mountain",
|
||||
"cross-country cycling",
|
||||
"downhill cycling",
|
||||
"enduro",
|
||||
"freeride",
|
||||
"mountain bicycling",
|
||||
"mountain bike route",
|
||||
"mountain cycling",
|
||||
"mtb",
|
||||
"trail riding"
|
||||
],
|
||||
"name": "Mountain Biking Route"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue