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.

61 lines
1.7 KiB

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "ast": "Militar",
  5. "ca": "Militar",
  6. "cs": "Vojenské",
  7. "de": "Militär",
  8. "el": "Στρατιωτικό",
  9. "en": "Military",
  10. "es": "Militar",
  11. "fr": "Équipements et zones militaires",
  12. "gl": "Militar",
  13. "hu": "Katonai objektumok",
  14. "it": "Militare",
  15. "ja": "軍事",
  16. "nb": "Militære",
  17. "nl": "Militair",
  18. "oc": "Luòcs militaris",
  19. "pl": "Wojskowe",
  20. "pt": "Militar",
  21. "pt-br": "Militar",
  22. "ro": "Militar",
  23. "ru": "Вооружённые силы",
  24. "sr": "Војска",
  25. "tr": "Askeri"
  26. },
  27. "query": {
  28. "11": [
  29. "(",
  30. "node[military~\"^(airfield|danger_area)$\"];",
  31. "node[landuse=military];",
  32. "way[military~\"^(airfield|danger_area)$\"];",
  33. "way[landuse=military];",
  34. "relation[military~\"^(airfield|danger_area)$\"];",
  35. "relation[landuse=military];",
  36. ")"
  37. ],
  38. "14": [
  39. "(",
  40. "node[military];",
  41. "node[landuse=military];",
  42. "way[military];",
  43. "way[landuse=military];",
  44. "relation[military];",
  45. "relation[landuse=military];",
  46. ")"
  47. ]
  48. },
  49. "feature": {
  50. "pre": [
  51. "{% if tags.military %}",
  52. " {% set key = 'military' %}",
  53. " {% set value = tags.military %}",
  54. "{% else %}",
  55. " {% set key = 'landuse' %}",
  56. " {% set value = tags.landuse %}",
  57. "{% endif %}"
  58. ],
  59. "description": "{{ tagTrans(key, value) }}"
  60. }
  61. }