From 0f3296bf2c1d87e19c03c4280e83f8ffdafcb6a1 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 16 Jan 2023 03:12:12 +0100 Subject: [PATCH] Add artwork badge to benches with an integrated artwork --- assets/layers/bench/bench.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/layers/bench/bench.json b/assets/layers/bench/bench.json index 16b209279..4cf6516b5 100644 --- a/assets/layers/bench/bench.json +++ b/assets/layers/bench/bench.json @@ -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" ] -} \ No newline at end of file +}