Main categories of OpenStreetBrowser
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.

34 lines
822 B

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "ast": "Recréu",
  5. "cs": "Volný čas",
  6. "de": "Freizeit",
  7. "el": "Αναψυχή",
  8. "en": "Leisure",
  9. "fr": "Loisirs",
  10. "it": "Tempo libero",
  11. "ja": "レジャー",
  12. "nl": "Vrije tijd",
  13. "ro": "Timp liber",
  14. "ru": "Досуг",
  15. "uk": "Дозвілля"
  16. },
  17. "query": {
  18. "15": [
  19. "(",
  20. "node[leisure];",
  21. "way[leisure];",
  22. "relation[leisure];",
  23. ")"
  24. ]
  25. },
  26. "feature": {
  27. "description": [
  28. "{{ tagTrans('leisure', tags.leisure) }}",
  29. "{% if tags.leisure == 'pitch' and tags.sport %}",
  30. "- {{ tagTransList('sport', tags.sport) }}",
  31. "{% endif %}"
  32. ]
  33. }
  34. }