|
@ -25,6 +25,7 @@ |
|
|
"{% if tags.amenity == 'recycling' %}", |
|
|
"{% if tags.amenity == 'recycling' %}", |
|
|
" {% set key = 'amenity' %}", |
|
|
" {% set key = 'amenity' %}", |
|
|
" {% set value = tags.amenity %}", |
|
|
" {% set value = tags.amenity %}", |
|
|
|
|
|
" {% set recycling_color='gray' %}", |
|
|
" {% if attribute(tags, 'recycling:plastic_bottles') == 'yes' or attribute(tags, 'recycling:plastic') == 'yes' %}", |
|
|
" {% if attribute(tags, 'recycling:plastic_bottles') == 'yes' or attribute(tags, 'recycling:plastic') == 'yes' %}", |
|
|
" {% set recycling_color='green' %}", |
|
|
" {% set recycling_color='green' %}", |
|
|
" {% endif %}", |
|
|
" {% endif %}", |
|
|