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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
 
[date:"2018-04-09T01:32:00Z"]
[timeout:240]
[bbox:{{bbox}}];
(
 
// ZOOM IN TO A SMALL AREA NEAR YOUR SUSPECTED NESTS BEFORE CLICKING 'RUN' AT THE TOP LEFT. IF YOUR AREA IS TOO LARGE, IT WILL TAKE TOO LONG TO SCAN.
 
// If Niantic updates the OSM version for EX raid eligibility criteria, these tags will classify gyms as 'parks'. BUT THERE IS NO CONFIRMATION THAT NIANTIC HAS DONE ANY UPDATE FOR EX RAIDS YET. Previously nests and EX raid criteria were INDEPENDENT.
    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 (but this was using July to August 2016 data which might not be updated with nests!!!)
    way[natural=plateau];
    way[natural=moor];
    rel[leisure=park];
    rel[landuse=recreation_ground];
    rel[leisure=recreation_ground];
    rel[leisure=pitch];
    rel[leisure=garden];
    rel[leisure=golf_course];
    rel[leisure=playground];
    rel[landuse=meadow];
    rel[landuse=grass];
    rel[landuse=greenfield];
    rel[natural=scrub];
    rel[natural=heath];
    rel[natural=grassland];
    rel[landuse=farmyard];
    rel[landuse=vineyard];
    rel[landuse=farmland];
    rel[landuse=orchard];
    rel[natural=plateau];
    rel[natural=moor];
 
 
);
out body;
>;
out skel qt;
 
//The first group will appear in blue
//The second group 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[natural=plateau],
    way[natural=moor],
    rel[landuse=recreation_ground],
    rel[leisure=recreation_ground],
    rel[leisure=pitch],
    rel[leisure=garden],
    rel[leisure=golf_course],
    rel[leisure=playground],
    rel[landuse=meadow],
    rel[landuse=grass],
    rel[landuse=greenfield],
    rel[natural=scrub],
    rel[natural=heath],
    rel[natural=grassland],
    rel[landuse=farmyard],
    rel[landuse=vineyard],
    rel[landuse=farmland],
    rel[landuse=orchard],
    rel[natural=plateau],
    rel[natural=moor]
{ color:grey; fill-color:grey; }
 
 
 
}}
10000 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet