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

{
"type": "overpass",
"name": {
"ast": "Zones residenciales",
"cs": "Obytné oblasti",
"de": "Wohngebiete",
"el": "Περιοχές Κατοικίας",
"en": "Residential Areas",
"et": "Elamupiirkonnad",
"fr": "Zone Résidentielle",
"hu": "Lakóövezetek",
"it": "Aree residenziali",
"ja": "住居エリア",
"nl": "Woongebieden",
"ro": "Zona rezidentiala",
"ru": "Жилые районы",
"uk": "Житлова зона"
},
"query": {
"13": "(\nnode[landuse~\"^(residential)$\"];\nway[landuse~\"^(residential)$\"];\nrelation[landuse~\"^(residential)$\"];\n)",
"15": "(\nnode[landuse~\"^(residential|allotments)$\"];\nway[landuse~\"^(residential|allotments)$\"];\nrelation[landuse~\"^(residential|allotments)$\"];\n)"
},
"feature": {
"description": "{{ tagTrans('landuse', tags.landuse) }}"
}
}