1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
//uncomment the following line, if you need csv output
//[out:csv(::id, ::type, name)];
 
//adjust area to your needs, filter critera are the same as for relations
area[postal_code=1030][boundary=administrative]->.a;
 
// Alternative:  {{geocodeArea:name}} -> see
// http://wiki.openstreetmap.org/wiki/Overpass_turbo/Extended_Overpass_Queries
 
way(area.a)["highway"~"^(primary|secondary|tertiary|residential)$"]["name"];
(._;>;);out meta;
 
// just for checking if we're looking at the right area
rel(pivot.a);out geom;
500 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet