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.

23 lines
676 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": "(\nnode[leisure];\nway[leisure];\nrelation[leisure];\n)"
  19. },
  20. "feature": {
  21. "description": "{{ tagTrans('leisure', tags.leisure) }}\n{% if tags.leisure == 'pitch' and tags.sport %}\n- {{ tagTransList('sport', tags.sport) }}\n{% endif %}"
  22. }
  23. }