From 643a607701ead913a13bdab4a7b7664270f46646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <plepe@noreply.openstreetbrowser.org> Date: Mon, 3 Dec 2018 22:26:11 +0100 Subject: [PATCH] xmas: add outdated feature to map key; --- xmas.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xmas.json b/xmas.json index 5f698b9..f285e1c 100644 --- a/xmas.json +++ b/xmas.json @@ -86,6 +86,10 @@ " <td>{{ tagTrans('xmas:feature', value) }}</td>", " </tr>", "{% endfor %}", + " <tr>", + " <td>{{ markerCircle({\"fillColor\":\"red\"})|raw }}</td>", + " <td>outdated feature</td>", + " </tr>", "</table>" ] }