1
2
3
4
5
6
7
8
9
10
x
 
node({{bbox}})[railway=station];
foreach(
  node(around:100)[highway=elevator];
  make count
    nodes = count(nodes),
    ways = count(ways),
    relations = count(relations),
    total = count(nodes) + count(ways) + count(relations);
  out;
);
2 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet