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.

44 lines
1.2 KiB

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "ast": "Hestoria",
  5. "cs": "Historické",
  6. "de": "Geschichte",
  7. "el": "Ιστορικά",
  8. "en": "Historic",
  9. "et": "Ajalooline",
  10. "fr": "Histoire",
  11. "hu": "Historikus",
  12. "it": "Storia",
  13. "ja": "記念",
  14. "nl": "Historisch",
  15. "pl": "Miejsca Historyczne",
  16. "ro": "Istoric",
  17. "ru": "Историческое",
  18. "uk": "Історія"
  19. },
  20. "query": {
  21. "11": [
  22. "(",
  23. "node[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];",
  24. "way[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];",
  25. "relation[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];",
  26. ")"
  27. ],
  28. "14": [
  29. "(",
  30. "node[historic];",
  31. "way[historic];",
  32. "relation[historic];",
  33. ")"
  34. ]
  35. },
  36. "feature": {
  37. "description": "{{ tagTransList('historic', tags.historic) }}",
  38. "markerSign": "{{ const[tags.historic] }}"
  39. },
  40. "const": {
  41. "castle": "🏰",
  42. "aircraft": "✈"
  43. }
  44. }