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
105
106
107
108
 
//Nest finder - May 2019! Zoom to your local area,click "run" and wait. Best to use this on a desktop/laptop device rather than a mobile. The more zoomed out you are, the longer it will take.
 
//A nest area being present does not guarantee spawn points will occur in that location. Say that with me, "A nest area being present does not guarantee spawn points will occur in that location". The centre of the level 20 S2 cell a spawn occupies must be in the nest for it to nest.
 
//Now includes natural=valley!
 
//Nest data is never live, this query looks up historic data, this query searches for historic osm data based on the "best guess" of which planet.osm file Niantic is using - more information here: https://www.reddit.com/r/TheSilphRoad/comments/az2896/map_chasing_hunting_down_the_date_of_the_recent/
 
 
[date:"2019-02-25T01:30:00Z"]
[timeout:240]
[bbox:{{bbox}}];
(
    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];
    way[natural=plateau];
    way[natural=valley];
    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=valley];
    rel[natural=moor];
 
 
);
out body;
>;
out skel qt;
 
{{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],
    way[natural=plateau],
    way[natural=moor],
    way[natural=valley],
    area[leisure=park],
    area[landuse=recreation_ground],
    area[leisure=recreation_ground],
    area[leisure=pitch],
    area[leisure=garden],
    area[leisure=golf_course],
    area[leisure=playground],
    area[landuse=meadow],
    area[landuse=grass],
    area[landuse=greenfield],
    area[natural=scrub],
    area[natural=heath],
    area[natural=grassland],
    area[landuse=farmyard],
    area[landuse=vineyard],
    area[landuse=farmland],
    area[landuse=orchard],
    area[natural=plateau],
    area[natural=valley],
    area[natural=moor]
{ color:green; fill-color:green; }
 
 
 
}}
50 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet