1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
[out:json][timeout:600];
{{geocodeArea:Belgium}}->.searchArea;
(
  (
    (
    nwr["railway"="station"]["station"!="subway"]["tram"!="yes"](area.searchArea);
    nwr["railway"="halt"]["station"!="subway"]["tram"!="yes"](area.searchArea);
    );
  nwr(around:100)["railway"="platform"]["tram"!="yes"]["subway"!="yes"];
  );
)->.platforms;
nwr["highway"="elevator"](area.platforms);
out body;
>;
out skel qt;
30 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet