Fix ATM theme, add some conditions
This commit is contained in:
parent
f0d89945f6
commit
34da44ea16
1 changed files with 13 additions and 0 deletions
|
@ -57,6 +57,19 @@
|
|||
],
|
||||
"tagRenderings": [
|
||||
{
|
||||
"builtin": "images",
|
||||
"override": {
|
||||
"condition": "amenity!=bank"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "bank-images",
|
||||
"render": "{image_carousel()}",
|
||||
"condition": "amenity=bank"
|
||||
},
|
||||
|
||||
{
|
||||
"id": "atm-in-bank-notice",
|
||||
"condition": "amenity=bank",
|
||||
"render": {
|
||||
"en": "This ATM is located in or near a bank"
|
||||
|
|
Loading…
Reference in a new issue