Add artwork badge to benches with an integrated artwork
This commit is contained in:
parent
45a7ef8995
commit
0f3296bf2c
1 changed files with 7 additions and 1 deletions
|
@ -915,6 +915,12 @@
|
|||
"iconSize": {
|
||||
"render": "35,35,center"
|
||||
},
|
||||
"iconBadges": [
|
||||
{
|
||||
"if": "tourism=artwork",
|
||||
"then": "./assets/themes/artwork/artwork.svg"
|
||||
}
|
||||
],
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
|
@ -974,4 +980,4 @@
|
|||
},
|
||||
"has_image"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue