@ -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 %}"
]
}