From 3d805c06581d3eaf29aade0498706e1a217ebdc5 Mon Sep 17 00:00:00 2001 From: sembruk Date: Fri, 6 Apr 2018 13:37:57 +0300 Subject: [PATCH] Default color --- recycling.json | 1 + 1 file changed, 1 insertion(+) diff --git a/recycling.json b/recycling.json index e9d79e7..04c77b5 100644 --- a/recycling.json +++ b/recycling.json @@ -25,6 +25,7 @@ "{% if tags.amenity == 'recycling' %}", " {% set key = 'amenity' %}", " {% set value = tags.amenity %}", + " {% set recycling_color='gray' %}", " {% if attribute(tags, 'recycling:plastic_bottles') == 'yes' or attribute(tags, 'recycling:plastic') == 'yes' %}", " {% set recycling_color='green' %}", " {% endif %}",