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.

26 lines
961 B

  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": "Zone Résidentielle",
  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": "(\nnode[landuse~\"^(residential)$\"];\nway[landuse~\"^(residential)$\"];\nrelation[landuse~\"^(residential)$\"];\n)",
  21. "15": "(\nnode[landuse~\"^(residential|allotments)$\"];\nway[landuse~\"^(residential|allotments)$\"];\nrelation[landuse~\"^(residential|allotments)$\"];\n)"
  22. },
  23. "feature": {
  24. "description": "{{ tagTrans('landuse', tags.landuse) }}"
  25. }
  26. }