1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
[out:json][timeout:25];
// fetch area “Ireland” to search in
{{geocodeArea:Ireland}}->.searchArea;
// gather results 
(
way["building"="train_station"](area.searchArea);
relation["building"="train_station"](area.searchArea);  
  );
 
// find defibs around train stations
node(around:20)["emergency"="defibrillator"](area.searchArea);
 
// print results
out geom;
30 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet