1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“railway=station or railway=halt in Czechia”
*/
[out:json][timeout:25];
// fetch area “Czechia” to search in
{{geocodeArea:Czechia}}->.searchArea;
// gather results
(
  nwr["railway"="station"](area.searchArea);
  nwr["railway"="halt"](area.searchArea);
);
// print results
out geom;
10 km
Leaflet © OpenStreetMap contributors
1