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": {
|
"iconSize": {
|
||||||
"render": "35,35,center"
|
"render": "35,35,center"
|
||||||
},
|
},
|
||||||
|
"iconBadges": [
|
||||||
|
{
|
||||||
|
"if": "tourism=artwork",
|
||||||
|
"then": "./assets/themes/artwork/artwork.svg"
|
||||||
|
}
|
||||||
|
],
|
||||||
"location": [
|
"location": [
|
||||||
"point",
|
"point",
|
||||||
"centroid"
|
"centroid"
|
||||||
|
|
Loading…
Reference in a new issue