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.

54 lines
1.6 KiB

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "ast": "Zones residenciales",
  5. "ca": "Àrees Residencials",
  6. "cs": "Obytné oblasti",
  7. "de": "Wohngebiete",
  8. "el": "Περιοχές Κατοικίας",
  9. "en": "Residential Areas",
  10. "es": "Áreas residenciales",
  11. "et": "Elamupiirkonnad",
  12. "fr": "Zones résidentielles",
  13. "gl": "Zonas residenciais",
  14. "hu": "Lakóövezetek",
  15. "it": "Aree residenziali",
  16. "ja": "住居エリア",
  17. "nb": "Boligområder",
  18. "nl": "Woongebieden",
  19. "oc": "Quartiers residenciaus",
  20. "pl": "Obszary zamieszkania",
  21. "pt": "Áreas residenciais",
  22. "pt-br": "Áreas residenciais",
  23. "ro": "Zona rezidentiala",
  24. "ru": "Жилые районы",
  25. "sr": "Стамбена подручја",
  26. "tr": "Yerleşim Alanları",
  27. "uk": "Житлова зона"
  28. },
  29. "query": {
  30. "13": [
  31. "(",
  32. "node[landuse~\"^(residential)$\"];",
  33. "way[landuse~\"^(residential)$\"];",
  34. "relation[landuse~\"^(residential)$\"];",
  35. ")"
  36. ],
  37. "15": [
  38. "(",
  39. "node[landuse~\"^(residential|allotments)$\"];",
  40. "way[landuse~\"^(residential|allotments)$\"];",
  41. "relation[landuse~\"^(residential|allotments)$\"];",
  42. ")"
  43. ]
  44. },
  45. "feature": {
  46. "description": [
  47. "{{ tagTrans('landuse', tags.landuse) }}",
  48. "",
  49. "{% if tags.residential %}",
  50. "({{ tagTransList('residential', tags.residential) }})",
  51. "{% endif %}"
  52. ]
  53. }
  54. }