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.

27 lines
700 B

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Winter Service",
  5. "de": "Winterdienst",
  6. "nl": "Strooiroutes"
  7. },
  8. "query": {
  9. "16": "(way[highway];)"
  10. },
  11. "feature": {
  12. "markerSymbol": "",
  13. "style": {
  14. "color": [
  15. "{% if attribute(tags, 'winter_service') == \"yes\" %}",
  16. "green",
  17. "{% elseif attribute(tags, 'winter_service') == \"limited\" %}",
  18. "yellow",
  19. "{% elseif attribute(tags, 'winter_service') == \"no\" %}",
  20. "red",
  21. "{% else %}",
  22. "grey",
  23. "{% endif %}"
  24. ]
  25. }
  26. }
  27. }