Browse Source

Added street lighting

master
Robin van der Linde 4 years ago
parent
commit
164c89167d
  1. 25
      street_lighting.json

25
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 %}"
]
}
}
}
Loading…
Cancel
Save