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
|
||||
}
|
||||
],
|
||||
"condition": {
|
||||
"or": [
|
||||
"denotation=landmark",
|
||||
"denotation=natural_monument"
|
||||
]
|
||||
}
|
||||
"condition": { "or": [
|
||||
"heritage~*",
|
||||
{ "and": [
|
||||
"_country=be",
|
||||
{ "or": [
|
||||
"denotation=landmark",
|
||||
"denotation=natural_monument"
|
||||
]}
|
||||
]}
|
||||
]}
|
||||
},
|
||||
{
|
||||
"render": {
|
||||
|
|
Loading…
Reference in a new issue