mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
add yds_class
This commit is contained in:
parent
a6b5ed95b6
commit
301beb4aa1
2 changed files with 8 additions and 1 deletions
6
data/fields/climbing/grade/yds_class.json
Normal file
6
data/fields/climbing/grade/yds_class.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"key": "climbing:grade:yds_class",
|
||||
"type": "text",
|
||||
"label": "Grade (YDS)",
|
||||
"placeholder": "5.10a"
|
||||
}
|
||||
|
|
@ -9,7 +9,8 @@
|
|||
"climbing/length",
|
||||
"climbing/grade/uiaa",
|
||||
"climbing/grade/french",
|
||||
"climbing/grade/saxon"
|
||||
"climbing/grade/saxon",
|
||||
"climbing/grade/yds_class"
|
||||
],
|
||||
"moreFields": [
|
||||
"climbing/bolts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue