forked from OpenStreetBrowser/main
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.
40 lines
1.2 KiB
40 lines
1.2 KiB
{
|
|
"type": "overpass",
|
|
"name": {
|
|
"ast": "Zones residenciales",
|
|
"cs": "Obytné oblasti",
|
|
"de": "Wohngebiete",
|
|
"el": "Περιοχές Κατοικίας",
|
|
"en": "Residential Areas",
|
|
"et": "Elamupiirkonnad",
|
|
"fr": "Zones résidentielles",
|
|
"hu": "Lakóövezetek",
|
|
"it": "Aree residenziali",
|
|
"ja": "住居エリア",
|
|
"nl": "Woongebieden",
|
|
"pt": "Áreas residenciais",
|
|
"pt-br": "Áreas Residenciais",
|
|
"ro": "Zona rezidentiala",
|
|
"ru": "Жилые районы",
|
|
"uk": "Житлова зона"
|
|
},
|
|
"query": {
|
|
"13": [
|
|
"(",
|
|
"node[landuse~\"^(residential)$\"];",
|
|
"way[landuse~\"^(residential)$\"];",
|
|
"relation[landuse~\"^(residential)$\"];",
|
|
")"
|
|
],
|
|
"15": [
|
|
"(",
|
|
"node[landuse~\"^(residential|allotments)$\"];",
|
|
"way[landuse~\"^(residential|allotments)$\"];",
|
|
"relation[landuse~\"^(residential|allotments)$\"];",
|
|
")"
|
|
]
|
|
},
|
|
"feature": {
|
|
"description": "{{ tagTrans('landuse', tags.landuse) }}"
|
|
}
|
|
}
|