Add conditions instead of overriding them

This commit is contained in:
Pieter Vander Vennet 2024-08-08 22:41:48 +02:00
parent 9c64ef6814
commit 0bf47b12f7

View file

@ -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"
] ]
} }