You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
587 B

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Street Lighting",
  5. "de": "Straßenbeleuchtung",
  6. "nl": "Straatverlichting"
  7. },
  8. "query": {
  9. "16": "(way[highway];)"
  10. },
  11. "feature": {
  12. "markerSymbol": "",
  13. "style": {
  14. "color": [
  15. "{% if attribute(tags, 'lit') == \"yes\" %}",
  16. "yellow",
  17. "{% elseif attribute(tags, 'lit') == \"no\" %}",
  18. "black",
  19. "{% else %}",
  20. "grey",
  21. "{% endif %}"
  22. ]
  23. }
  24. }
  25. }