Add 'climbing=area' as alternative for 'climbing=site'

This commit is contained in:
Pieter Vander Vennet 2021-07-11 13:45:56 +02:00
parent d581d3ec18
commit 8a83bef5a9

View file

@ -547,7 +547,12 @@
}
},
{
"if": "climbing=site",
"if": {
"or": [
"climbing=site",
"climbing=area"
]
},
"then": {
"en": "Climbing site",
"nl": "Klimsite"