Add conditions instead of overriding them
This commit is contained in:
parent
9c64ef6814
commit
0bf47b12f7
1 changed files with 2 additions and 2 deletions
|
@ -814,7 +814,7 @@
|
||||||
"builtin": "memorial.memorial-questions",
|
"builtin": "memorial.memorial-questions",
|
||||||
"override": {
|
"override": {
|
||||||
"condition": {
|
"condition": {
|
||||||
"and": [
|
"and+": [
|
||||||
"historic=memorial"
|
"historic=memorial"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -898,7 +898,7 @@
|
||||||
"builtin": "bench.bench-questions",
|
"builtin": "bench.bench-questions",
|
||||||
"override": {
|
"override": {
|
||||||
"condition": {
|
"condition": {
|
||||||
"and": [
|
"and+": [
|
||||||
"amenity=bench"
|
"amenity=bench"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue