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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
 
[date:"2016-07-17T00:00:00Z"]
[timeout:620]
[bbox:{{bbox}}];
(
 
//Tags that are confirmed to classify gyms as 'parks' for EX Raids
    way[leisure=park];
    way[landuse=recreation_ground];
    way[leisure=recreation_ground];
    way[leisure=pitch];
    way[leisure=garden];
    way[leisure=golf_course];
    way[leisure=playground];
    way[landuse=meadow];
    way[landuse=grass];
    way[landuse=greenfield];
    way[natural=scrub];
    way[natural=heath];
    way[natural=grassland];
    way[landuse=farmyard];
    way[landuse=vineyard];
    way[landuse=farmland];
    way[landuse=orchard];
 
//Tags that have been linked to nests but not yet proven to work for EX Raids
    way[natural=plateau];
    way[natural=moor];
);
out body;
>;
out skel qt;
 
//Confirmed OSM tags will appear in blue
//Unconfirmed OSM tags will appear in grey
 
{{style:
 
    way[leisure=park],
    way[landuse=recreation_ground], 
    way[leisure=recreation_ground],
    way[leisure=pitch],
    way[leisure=garden],
    way[leisure=golf_course],
    way[leisure=playground],
    way[landuse=meadow],
    way[landuse=grass],
    way[landuse=greenfield],
    way[natural=scrub],
    way[natural=heath],
    way[natural=grassland],
    way[landuse=farmyard],
    way[landuse=vineyard],
    way[landuse=farmland],
    way[landuse=orchard]
{ color:blue; fill-color:blue; }
 
 
    way[leisure=nature_reserve],
    way[natural=plateau],
    way[natural=moor]
{ color:grey; fill-color:grey; }
}}
30 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet