Add artwork badge to benches with an integrated artwork

This commit is contained in:
Pieter Vander Vennet 2023-01-16 03:12:12 +01:00
parent 45a7ef8995
commit 0f3296bf2c

View file

@ -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"
]
}
}