forked from MapComplete/MapComplete
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",
|
||||
"override": {
|
||||
"condition": {
|
||||
"and": [
|
||||
"and+": [
|
||||
"historic=memorial"
|
||||
]
|
||||
}
|
||||
|
@ -898,7 +898,7 @@
|
|||
"builtin": "bench.bench-questions",
|
||||
"override": {
|
||||
"condition": {
|
||||
"and": [
|
||||
"and+": [
|
||||
"amenity=bench"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue