forked from MapComplete/MapComplete
Add 'climbing=area' as alternative for 'climbing=site'
This commit is contained in:
parent
d581d3ec18
commit
8a83bef5a9
1 changed files with 6 additions and 1 deletions
|
@ -547,7 +547,12 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"if": "climbing=site",
|
||||
"if": {
|
||||
"or": [
|
||||
"climbing=site",
|
||||
"climbing=area"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Climbing site",
|
||||
"nl": "Klimsite"
|
||||
|
|
Loading…
Add table
Reference in a new issue