1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“amenity=repair station
*/
[out:json][timeout:25];
{{geocodeArea:Communauté d'agglomération Pau Béarn Pyrénées}}->.searchArea;
// gather results
(
  // query part for: “amenity=bicycle_repair_station”
    node["amenity"="bicycle_repair_station"](area.searchArea);
  way["amenity"="bicycle_repair_station"](area.searchArea);
  relation["amenity"="bicycle_repair_station"](area.searchArea);
);
// print results
out body;
 
3 km
Leaflet © OpenStreetMap contributors
1