1
2
3
4
5
6
7
8
9
10
11
 
//[out:csv("addr:street", "addr:housenumber"; false; ", ")];
way[highway][name](poly:"51.61268 -0.2871 51.6126 -0.2834 51.6108 -0.2834 51.6108 -0.2871");
out geom;
 
foreach->.highway(
  way[building]
    (around.highway:20)
    ["addr:housenumber"]    
  ;
  out geom;
);
50 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet