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.

43 lines
1.7 KiB

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "ast": "Cultura",
  5. "ca": "Cultura",
  6. "cs": "Kultura",
  7. "de": "Kultur",
  8. "el": "Πολιτισμός",
  9. "en": "Culture",
  10. "es": "Cultura",
  11. "et": "Kultuur",
  12. "fr": "Culture",
  13. "hu": "Kultúra",
  14. "it": "Cultura",
  15. "ja": "文化",
  16. "nl": "Cultuur",
  17. "pl": "Kultura",
  18. "ro": "Cultura",
  19. "ru": "Культура",
  20. "uk": "Культура "
  21. },
  22. "query": {
  23. "13": "(\nnode[amenity~\"^(arts_centre|cinema|community_centre|fountain|studio|theatre)$\"];\nway[amenity~\"^(arts_centre|cinema|community_centre|fountain|studio|theatre)$\"];\nrelation[amenity~\"^(arts_centre|cinema|community_centre|fountain|studio|theatre)$\"];\nnode[tourism~\"^(artwork|gallery|museum|theme_park)$\"];\nway[tourism~\"^(artwork|gallery|museum|theme_park)$\"];\nrelation[tourism~\"^(artwork|gallery|museum|theme_park)$\"];\n)"
  24. },
  25. "feature": {
  26. "pre": "{% if tags.amenity in [ 'arts_centre', 'cinema', 'community_centre', 'fountain', 'studio', 'theatre' ] %}\n{% set key = 'amenity' %}\n{% set value = tags.amenity %}\n{% elseif tags.tourism %}\n{% set key = 'tourism' %}\n{% set value = tags.tourism %}\n{% endif %}",
  27. "description": "{{ tagTrans(key, value) }}",
  28. "body": "{{ tagTrans(key, value) }}",
  29. "markerSign": "{{ const[value] }}"
  30. },
  31. "const": {
  32. "arts_centre": "🎨",
  33. "cinema": "🎦",
  34. "community_centre": "",
  35. "fountain": "⛲",
  36. "studio": "",
  37. "theatre": "🎭",
  38. "artwork": "🎨 ",
  39. "gallery": "🖼",
  40. "museum": "🏛 ",
  41. "theme_park": ""
  42. }
  43. }