mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-07 05:27:50 +02:00
Add Mountain Biking Route preset (close #99)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user