Fix ATM theme, add some conditions

This commit is contained in:
Pieter Vander Vennet 2022-12-22 01:19:21 +01:00
parent f0d89945f6
commit 34da44ea16

View file

@ -57,6 +57,19 @@
], ],
"tagRenderings": [ "tagRenderings": [
{ {
"builtin": "images",
"override": {
"condition": "amenity!=bank"
}
},
{
"id": "bank-images",
"render": "{image_carousel()}",
"condition": "amenity=bank"
},
{
"id": "atm-in-bank-notice",
"condition": "amenity=bank", "condition": "amenity=bank",
"render": { "render": {
"en": "This ATM is located in or near a bank" "en": "This ATM is located in or near a bank"