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.1 KiB

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "ast": "Zones residenciales",
  5. "cs": "Obytné oblasti",
  6. "de": "Wohngebiete",
  7. "el": "Περιοχές Κατοικίας",
  8. "en": "Residential Areas",
  9. "et": "Elamupiirkonnad",
  10. "fr": "Zones résidentielles",
  11. "hu": "Lakóövezetek",
  12. "it": "Aree residenziali",
  13. "ja": "住居エリア",
  14. "nl": "Woongebieden",
  15. "ro": "Zona rezidentiala",
  16. "ru": "Жилые районы",
  17. "uk": "Житлова зона"
  18. },
  19. "query": {
  20. "13": [
  21. "(",
  22. "node[landuse~\"^(residential)$\"];",
  23. "way[landuse~\"^(residential)$\"];",
  24. "relation[landuse~\"^(residential)$\"];",
  25. ")"
  26. ],
  27. "15": [
  28. "(",
  29. "node[landuse~\"^(residential|allotments)$\"];",
  30. "way[landuse~\"^(residential|allotments)$\"];",
  31. "relation[landuse~\"^(residential|allotments)$\"];",
  32. ")"
  33. ]
  34. },
  35. "feature": {
  36. "description": "{{ tagTrans('landuse', tags.landuse) }}"
  37. }
  38. }