From 4c1c49a95cba4778d80e91a79858a47ed21a5d44 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Sat, 26 Sep 2020 17:58:19 +0200 Subject: [PATCH] Added street lamps --- street_lighting.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/street_lighting.json b/street_lighting.json index 24a30ce..4a0171b 100644 --- a/street_lighting.json +++ b/street_lighting.json @@ -6,7 +6,8 @@ "nl": "Straatverlichting" }, "query": { - "16": "(way[highway];)" + "16": "(way[highway];)", + "18": "(way[highway];node[highway=street_lamp];)" }, "feature": { "markerSymbol": "", @@ -14,6 +15,8 @@ "color": [ "{% if attribute(tags, 'lit') == \"yes\" %}", "yellow", + "{% elseif attribute(tags, 'highway') == \"street_lamp\" %}", + "yellow", "{% elseif attribute(tags, 'lit') == \"no\" %}", "black", "{% else %}",