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 %}",