1
2
3
4
5
6
7
8
 
// Define area filter for OSM municipalities (Here's HSL area for example)
area ["name"~"Helsinki|Espoo|Vantaa|Kauniainen|Kerava|Sipoo|Tuusula|Kirkkonummi|Siuntio"]->.hsl;
 
out body;
// Return residential buildings within the search area that don't have address tag
way
    ["building"~"^(residential|apartments|detached|terrace|semidetached_house|house|bungalow)$"][!"addr:street"](area.hsl);
out geom;
10 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet