Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions data/preset_categories/climbing.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"icon": "temaki-climbing",
"name": "Climbing Features",
"members": [
"climbing/route",
"climbing/route_bottom",
"climbing/crag",
"type/route/climbing",
"type/site/climbing/crag",
"type/site/climbing/area"
]
Expand Down
1 change: 1 addition & 0 deletions data/preset_categories/route.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"type/route/pipeline",
"type/route/detour",
"type/route_master",
"type/route/climbing",
"type/route"
]
}
33 changes: 33 additions & 0 deletions data/presets/climbing/route.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"icon": "temaki-climbing",
"geometry": [
"line",
"point"
],
"fields": [
"{climbing/route_bottom}"
],
"moreFields": [
"{climbing/route_bottom}"
],
"terms": [
"boulder problem",
"climb",
"climbing",
"rock climbing",
"rock climbing route",
"sport climbing"
],
"tags": {
"climbing": "route"
Comment thread
harahu marked this conversation as resolved.
},
"addTags": {
"climbing": "route",
"sport": "climbing"
},
"name": "Climbing Route",
"aliases": [
"Boulder Problem",
"Climb"
]
}
38 changes: 38 additions & 0 deletions data/presets/type/route/climbing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"icon": "temaki-climbing",
"geometry": [
"relation"
],
"fields": [
"{climbing/route_bottom}"
],
"moreFields": [
"{climbing/route_bottom}"
],
"terms": [
"climb",
"climbing",
"rock climbing",
"rock climbing route",
"mountain climbing"
],
"tags": {
"type": "route",
"route": "climbing"
Comment thread
harahu marked this conversation as resolved.
},
"addTags": {
"climbing": "route",
"route": "climbing",
"sport": "climbing",
"type": "route"
},
"reference": {
"key": "climbing",
"value": "route"
},
"name": "Climbing Route",
"aliases": [
"Climb",
"Mountaineering Route"
]
}