-
Notifications
You must be signed in to change notification settings - Fork 252
Add preset for climbing=route_bottom
#1590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
143a120
dec88c2
6995169
8b58aa2
6c16c13
02edb41
d83c730
65a7d0d
9d22fb9
6ac727d
95f3856
cd73afd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "key": "climbing:bolts", | ||
| "type": "number", | ||
| "minValue": 0, | ||
| "label": "Number of Bolts" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "key": "climbing:grade:french", | ||
| "type": "text", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wonder if we should try to improve the data validation aspects for those grade fields. What are our options?
This applies to all 3 grade fields. I think we should at least do the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Grades are very diverse. French grades might benefit from a combo, but other grades get more complicated.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I took the values from the grading table on wiki, and made them into a |
||
| "label": "Grade (French)", | ||
| "placeholder": "5c" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "key": "climbing:grade:saxon", | ||
| "type": "text", | ||
| "label": "Grade (Saxon)", | ||
| "placeholder": "VIIa" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "key": "climbing:grade:uiaa", | ||
| "type": "text", | ||
| "label": "Grade (UIAA)", | ||
| "placeholder": "6-" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "key": "climbing:grade:yds_class", | ||
| "type": "text", | ||
| "label": "Grade (YDS)", | ||
| "placeholder": "5.10a" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "key": "climbing:length", | ||
| "type": "number", | ||
| "minValue": 0, | ||
| "label": "Length (m)" | ||
|
zbycz marked this conversation as resolved.
Outdated
|
||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "key": "climbing:sport", | ||
| "type": "check", | ||
|
zbycz marked this conversation as resolved.
|
||
| "label": "Sport climbing" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do users really understand that this is "with bolts" where the other is "bring your own"? Can we make this part of the label without making it wrong in some cases…? Eg. https://de.wikipedia.org/wiki/Sportklettern says "bouldern" is also sport climbing? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Users will understand. Bouldering occasionally gets lumped under sport climbing for political reasons related to "sport climbing" being an Olympic sport. There may be some linguistic differences too, but most Germans I know also make a distinction between the two.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I explored this topic little bit more, and usually the hypernym Rock climbing, consists of Sport climbing (with bolts+rope), Bouldering (shorter, without bolts), etc. The wikipedia states it clearly. It seems the Olympics really added some confusion here. To make it clearer, I added a bracket: |
||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "key": "climbing:trad", | ||
| "type": "check", | ||
|
zbycz marked this conversation as resolved.
|
||
| "label": "Traditional climbing" | ||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,33 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "icon": "temaki-abseiling", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "geometry": [ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "point", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "vertex" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "fields": [ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "name" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "moreFields": [ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "climbing/grade/uiaa", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "climbing/grade/french", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "climbing/grade/saxon", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "climbing/grade/yds_class", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "website", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "climbing/length", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "climbing/sport", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "climbing/trad", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "climbing/bolts", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "description" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+7
to
+21
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Does every route have a name? Having the name field that prominent will result in users adding it as a free form field. What is the recommended name for a route? Is there some way to promote a source in this schema? Like "From the signs at the wall" or "From the book XY"? I think some fields should be
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. About the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Most routes have a name. Rarely there is a sign. More often books, online guides, word of mouth.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, usually routes have names - I have never heard about a route without name. But when is someone mapping in the field – they could probably see there is a bolted route, but the name is not usually written there. It is maintained by the local climbing organization, usually appears in printed guides, and sometimes there is a signboard nearby with the names, difficulties and a map (topo). I added the suggested fields to New route looks like this, which is probably fine - the info buttons shows the additional clarification: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "terms": [ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "rock climbing route" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
zbycz marked this conversation as resolved.
Outdated
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "tags": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "climbing": "route_bottom" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "addTags": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "sport": "climbing", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "climbing": "route_bottom" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "name": "Climbing Route Start" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

Uh oh!
There was an error while loading. Please reload this page.