Skip to content
10 changes: 10 additions & 0 deletions data/fields/climbing/bolts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"key": "climbing:bolts",
"type": "number",
"minValue": 0,
"label": "Number of Bolts",
"prerequisiteTag": {
"key": "climbing:sport",
"value": "yes"
}
}
48 changes: 48 additions & 0 deletions data/fields/climbing/grade/french.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"key": "climbing:grade:french",
"type": "combo",
"label": "Grade (French)",
"placeholder": "5c",
"caseSensitive": false,
"customValues": true,
"autoSuggestions": false,
"options": [
Comment thread
tordans marked this conversation as resolved.
"1",
"2",
"3-",
"3",
"3+",
"4a",
"4b",
"4c",
"5a",
"5b",
"5c",
"5c+",
"6a",
"6a+",
"6b",
"6b+",
"6c",
"6c+",
"7a",
"7a+",
"7b",
"7b+",
"7c",
"7c+",
"8a",
"8a+",
"8b",
"8b+",
"8c",
"8c+",
"9a",
"9a+",
"9b",
"9b+",
"9c",
"9c+",
"10a"
]
}
39 changes: 39 additions & 0 deletions data/fields/climbing/grade/saxon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"key": "climbing:grade:saxon",
"type": "combo",
"label": "Grade (Saxon)",
"placeholder": "VIIa",
"caseSensitive": true,
"customValues": true,
"autoSuggestions": false,
"options": [
Comment thread
tordans marked this conversation as resolved.
"I",
"II",
"III",
"IV",
"V",
"VI",
"VIIa",
"VIIb",
"VII",
"VIIc",
"VIIIa",
"VIIIb",
"VIIIc",
"IXa",
"IXb",
"IXc",
"Xa",
"Xb",
"Xc",
"XIa",
"XIb",
"XIc",
"XIIa",
"XIIb",
"XIIc",
"XIIIa",
"XIIIb",
"XIIIc"
]
}
51 changes: 51 additions & 0 deletions data/fields/climbing/grade/uiaa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"key": "climbing:grade:uiaa",
"type": "combo",
"label": "Grade (UIAA)",
"placeholder": "6-",
"caseSensitive": false,
"customValues": true,
"autoSuggestions": false,
"options": [
Comment thread
tordans marked this conversation as resolved.
"1-",
"1",
"1+",
"2-",
"2",
"2+",
"3-",
"3",
"3+",
"4-",
"4",
"4+",
"5-",
"5",
"5+",
"6-",
"6",
"6+",
"7-",
"7",
"7+",
"8-",
"8",
"8+",
"9-",
"9",
"9+",
"10-",
"10",
"10+",
"11-",
"11",
"11+",
"12-",
"12",
"12+",
"13-",
"13",
"13+",
"14-"
]
}
45 changes: 45 additions & 0 deletions data/fields/climbing/grade/yds_class.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"key": "climbing:grade:yds_class",
"type": "combo",
"label": "Grade (YDS)",
"placeholder": "5.10a",
"caseSensitive": false,
"customValues": true,
"autoSuggestions": false,
"options": [
Comment thread
tordans marked this conversation as resolved.
"5",
"5.1",
"5.2",
"5.3",
"5.4",
"5.5",
"5.6",
"5.7",
"5.8",
"5.9",
"5.10a",
"5.10b",
"5.10c",
"5.10d",
"5.11a",
"5.11b",
"5.11c",
"5.11d",
"5.12a",
"5.12b",
"5.12c",
"5.12d",
"5.13a",
"5.13b",
"5.13c",
"5.13d",
"5.14a",
"5.14b",
"5.14c",
"5.14d",
"5.15a",
"5.15b",
"5.15c",
"5.15d"
]
}
6 changes: 6 additions & 0 deletions data/fields/climbing/length.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"key": "climbing:length",
"type": "number",
"minValue": 0,
"label": "Length (Meters)"
}
5 changes: 5 additions & 0 deletions data/fields/climbing/sport.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "climbing:sport",
"type": "check",
Comment thread
zbycz marked this conversation as resolved.
"label": "Sport climbing (bolted climbing)"
}
5 changes: 5 additions & 0 deletions data/fields/climbing/trad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"key": "climbing:trad",
"type": "check",
Comment thread
zbycz marked this conversation as resolved.
"label": "Traditional climbing"
}
39 changes: 39 additions & 0 deletions data/presets/climbing/route_bottom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"icon": "temaki-abseiling",
"geometry": [
"point",
"vertex"
],
"fields": [
"name",
"climbing/sport",
"climbing/trad",
"climbing/bolts"
],
"moreFields": [
"climbing/grade/uiaa",
"climbing/grade/french",
"climbing/grade/saxon",
"climbing/grade/yds_class",
"website",
"climbing/length",
"description"
],
"terms": [
"rock climbing route",
"sport climbing",
"route bottom",
"climbing point",
"route start",
"climbing area",
"climbing crag"
],
"tags": {
"climbing": "route_bottom"
},
"addTags": {
"sport": "climbing",
"climbing": "route_bottom"
},
"name": "Climbing Route Start"
}