Browse Source

Fixed color setting

master
sembruk 7 years ago
parent
commit
3fe1e36ed3
  1. 8
      recycling.json

8
recycling.json

@ -41,10 +41,7 @@
"{% if const[kv] %}", "{% if const[kv] %}",
"{{ const[kv].sign|raw }}", "{{ const[kv].sign|raw }}",
"{% endif %}" "{% endif %}"
],
"style": {
"color": "{{ color }}"
}
]
}, },
"info": [ "info": [
"<table>", "<table>",
@ -67,7 +64,8 @@
"const": { "const": {
"amenity=recycling": { "amenity=recycling": {
"minZoom": 13, "minZoom": 13,
"sign": "<img src='maki:recycling'>"
"sign": "<img src='maki:recycling'>",
"color": "{{ color }}"
} }
} }
} }
Loading…
Cancel
Save