forked from MapComplete/MapComplete
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": [
|
"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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue