Browse Source

Default color

master
sembruk 6 years ago
parent
commit
3d805c0658
  1. 1
      recycling.json

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

Loading…
Cancel
Save