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.

33 lines
1.1 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": "(\nnode[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];\nway[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];\nrelation[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];\n)",
  22. "14": "(\nnode[historic];\nway[historic];\nrelation[historic];\n)"
  23. },
  24. "feature": {
  25. "description": "{{ tagTransList('historic', tags.historic) }}",
  26. "body": "{{ tagTransList('historic', tags.historic) }}",
  27. "markerSign": "{{ const[tags.historic] }}"
  28. },
  29. "const": {
  30. "castle": "🏰",
  31. "aircraft": "✈"
  32. }
  33. }