Add Mountain Biking Route preset (close #99)

This commit is contained in:
Quincy Morgan 2020-12-21 10:05:59 -05:00
parent a554f56362
commit 2865db0cc3
2 changed files with 38 additions and 0 deletions

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