{ "type": "overpass", "name": { "en": "Street Lighting", "de": "Straßenbeleuchtung", "nl": "Straatverlichting" }, "query": { "16": "(way[highway];)", "18": "(way[highway];node[highway=street_lamp];)" }, "feature": { "markerSymbol": "", "style": { "color": [ "{% if attribute(tags, 'lit') == \"yes\" %}", "yellow", "{% elseif attribute(tags, 'highway') == \"street_lamp\" %}", "yellow", "{% elseif attribute(tags, 'lit') == \"no\" %}", "black", "{% else %}", "grey", "{% endif %}" ] } } }