1
2
3
4
5
6
7
8
9
 
way[highway=elevator];
way._[!building][!area];
foreach(
  node(w)->.n;
  way._(if:n.count(nodes) < count_members());
  (._; .result)->.result;
);
.result out geom;
 
50 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet