Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-12-23 14:46:05 +01:00
parent d46bc83eb8
commit bb0eb85089
25 changed files with 411 additions and 263 deletions

View file

@ -36,7 +36,10 @@
"or": [
"amenity=atm",
{
"and": ["amenity=bank","atm=yes"]
"and": [
"amenity=bank",
"atm=yes"
]
}
]
}
@ -67,7 +70,6 @@
"render": "{image_carousel()}",
"condition": "amenity=bank"
},
{
"id": "atm-in-bank-notice",
"condition": "amenity=bank",
@ -152,4 +154,4 @@
]
}
]
}
}