forked from MapComplete/MapComplete
Add climbing tree as climbing type
This commit is contained in:
parent
18430df75a
commit
446d32927e
1 changed files with 12 additions and 2 deletions
|
@ -771,7 +771,9 @@
|
|||
"id": "name"
|
||||
},
|
||||
{
|
||||
"question": "What kind of climbing opportunity is this?",
|
||||
"question": {
|
||||
"en":"What kind of climbing opportunity is this?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "climbing=boulder",
|
||||
|
@ -793,7 +795,15 @@
|
|||
},
|
||||
{
|
||||
"if": "climbing=area",
|
||||
"then": "A climbing area with one or more climbing crags and/or boulders"
|
||||
"then": {
|
||||
"en": "A climbing area with one or more climbing crags and/or boulders"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "natural=tree",
|
||||
"then": {
|
||||
"en": "A tree which is suited for climbing"
|
||||
}
|
||||
}
|
||||
],
|
||||
"id": "Type"
|
||||
|
|
Loading…
Reference in a new issue