1
2
3
4
5
6
7
8
9
10
11
12
 
(
  //find the node
  node(2809204180)->.home;
 
  // find all areas the node is in
  .home is_in  ->.some_area;
 
  // filter areas that are tagged as "building"
  way(pivot.some_area)["building"];
  >;
);
out;
10 m
Leaflet © OpenStreetMap contributors
1