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.

38 lines
1.4 KiB

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "ast": "Salú",
  5. "cs": "Zdravotnictví",
  6. "de": "Gesundheitsdienste",
  7. "el": "Υγεία",
  8. "en": "Health",
  9. "fr": "Santé",
  10. "it": "Sanità",
  11. "ja": "健康",
  12. "nl": "Gezondheid",
  13. "pl": "Zdrowie",
  14. "ro": "Sanatate",
  15. "ru": "Медицина",
  16. "uk": "Здоров'я"
  17. },
  18. "query": {
  19. "11": "(\nnode[amenity~\"^(hospital)$\"];\nway[amenity~\"^(hospital)$\"];\nrelation[amenity~\"^(hospital)$\"]\n)",
  20. "14": "(\nnode[amenity~\"^(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)$\"];\nway[amenity~\"^(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)$\"];\nrelation[amenity~\"^(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)$\"]\n)"
  21. },
  22. "feature": {
  23. "description": "{{ tagTrans('amenity', tags.amenity) }}",
  24. "body": "{{ tagTrans('amenity', tags.amenity) }}",
  25. "markerSign": "{{ const[tags.amenity] }}"
  26. },
  27. "const": {
  28. "baby_hatch": "🚼",
  29. "clinic": "🏥",
  30. "dentist": "☤",
  31. "doctors": "☤",
  32. "hospital": "🏥",
  33. "nursing_home": "",
  34. "pharmacy": "",
  35. "social_facility": "",
  36. "veterinary": "🐕"
  37. }
  38. }