diff --git a/street_lighting.json b/street_lighting.json new file mode 100644 index 0000000..24a30ce --- /dev/null +++ b/street_lighting.json @@ -0,0 +1,25 @@ +{ + "type": "overpass", + "name": { + "en": "Street Lighting", + "de": "Straßenbeleuchtung", + "nl": "Straatverlichting" + }, + "query": { + "16": "(way[highway];)" + }, + "feature": { + "markerSymbol": "", + "style": { + "color": [ + "{% if attribute(tags, 'lit') == \"yes\" %}", + "yellow", + "{% elseif attribute(tags, 'lit') == \"no\" %}", + "black", + "{% else %}", + "grey", + "{% endif %}" + ] + } + } +}