From fe94cc9cc06d415a1bb7726e4dfd1fbcd88b0235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Thu, 20 Jan 2022 20:23:28 +0100 Subject: [PATCH] communication: highlight objects with deprecated tag --- communication.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/communication.json b/communication.json index 2168b38..5cc675d 100644 --- a/communication.json +++ b/communication.json @@ -65,7 +65,9 @@ "{% if data %}", "{{ data.sign|raw }}", "{% endif %}" - ] + ], + "markerSymbol": "{{ markerPointer({\"fillColor\": (deprecated ? 'red' : '#f2756a') })|raw }}", + "listMarkerSymbol": "{{ markerCircle({\"fillColor\": (deprecated ? 'red' : '#f2756a')})|raw }}" }, "info": [ "",