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
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“leisure=playground and access!=no and access!=private”
*/
[out:json][timeout:25];
// gather results
(
  // query part for: “leisure=playground and access!=no and access!=private”
  node["leisure"="playground"]["access"!="no"]["access"!="private"]({{bbox}});
  way["leisure"="playground"]["access"!="no"]["access"!="private"]({{bbox}});
  relation["leisure"="playground"]["access"!="no"]["access"!="private"]({{bbox}});
);
// print results
out body;
>;
out skel qt;
 
{{style:
way{
  color: green;
  fill-color: green;
  text: name:en;
}
node{
  color: green;
  fill-color: green;
  text: name:en;
}
relation{
  color: navy;
  fill-color: green;
  text: name:en;
}
relation node, relation way, relation relation {
  color: green;
  fill-color: green;
}
}}
1 km
Leaflet © OpenStreetMap contributors
1