Only show heritage in Belgium
Because the choices are Belgium-specific
This commit is contained in:
parent
4a3537f925
commit
915b8ba3d8
1 changed files with 10 additions and 6 deletions
|
@ -330,12 +330,16 @@
|
||||||
"hideInAnswer": true
|
"hideInAnswer": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"condition": {
|
"condition": { "or": [
|
||||||
"or": [
|
"heritage~*",
|
||||||
"denotation=landmark",
|
{ "and": [
|
||||||
"denotation=natural_monument"
|
"_country=be",
|
||||||
]
|
{ "or": [
|
||||||
}
|
"denotation=landmark",
|
||||||
|
"denotation=natural_monument"
|
||||||
|
]}
|
||||||
|
]}
|
||||||
|
]}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"render": {
|
"render": {
|
||||||
|
|
Loading…
Reference in a new issue