{ "type": "overpass", "name": { "en": "Visa Payment", "nl": "Visa Betaling", "de": "Visa Zahlung" }, "query": { "15": [ "(node[\"payment:visa\"];", "way[\"payment:visa\"];", "relation[\"payment:visa\"];)" ] }, "feature": { "pre": [ "{% if attribute(tags, 'payment:visa') == 'yes' %}", " {% set payment_color='green' %}", "{% elseif attribute(tags, 'payment:visa') == 'no' %}", " {% set payment_color='red' %}", "{% else %}", " {% set payment_color='white' %}", "{% endif %}" ], "markerSign": "", "markerSymbol": "{{ markerPointer({\"fillColor\":payment_color})|raw }}" } }