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
29
30
31
32
33
34
35
36
37
38
39
40
 
[out:json][timeout:25];
// gather results
(
  //park
  way["leisure"="park"]({{bbox}});
  relation["leisure"="park"]({{bbox}});
  
  //rec ground leisure
  way["leisure"="recreation_ground"]({{bbox}});
  relation["leisure"="recreation_ground"]({{bbox}});  
  
  //pitch
  way["leisure"="pitch"]({{bbox}});
  relation["leisure"="pitch"]({{bbox}});
  
  //playground
  way["leisure"="playground"]({{bbox}});
  relation["leisure"="playground"]({{bbox}}); 
  
  //golf_course
  way["leisure"="golf_course"]({{bbox}});
  relation["leisure"="golf_course"]({{bbox}});   
  
  //rec_ground landuse
  way["landuse"="recreation_ground"]({{bbox}});
  relation["landuse"="recreation_ground"]({{bbox}});
 
  //meadow
  way["landuse"="meadow"]({{bbox}});
  relation["landuse"="meadow"]({{bbox}}); 
 
  //grass
  way["landuse"="grass"]({{bbox}});
  relation["landuse"="grass"]({{bbox}});   
);
 
out body;
>;
out skel qt;
 
20 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet