1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
[out:xml][timeout:125];
{{geocodeArea:Grenoble-Alpes Métropole}}->.searchArea;
(
    nwr["amenity"~"bicycle_parking"](area.searchArea)->.pkg_velo;
    (
        nwr["leisure"="sports_centre"][name~"Gymnase*"](around.pkg_velo:200);
    )->.with;
    (  
        nwr["leisure"="sports_centre"][name~"Gymnase*"](area.searchArea); -
        nwr["leisure"="sports_centre"][name~"Gymnase*"](around.pkg_velo:200);
    )->.without;
/*
{{style: 
way.with ["amenity"="school"]
{ color:blue; fill-color:blue; } 
way.without["amenity"="school"]
{ color:red; fill-color:red; } 
node, way, relation {
   text: name;
}
}}
*/
  
);
.with out geom;
.without out geom;
 
 
500 m
Leaflet © OpenStreetMap contributors
1