OSM Queries
About
Background
Syntax Reference
Contribute
Licence
Colophon
Miscellaneous
Export bronze statues as CSV
Extract all data within the bounding box
Extract glacier features as a specific location
Find playgrounds
Find playgrounds, add styling
Geocode Area
Find playgrounds
[out:json][timeout:25]; // gather results ( // query part for: “leisure=playground and access!=no and access!=private” nwr["leisure"="playground"]["access"!="no"]["access"!="private"]({{bbox}}); ); // print results out body; >; out skel qt;
Run
Source File
playgrounds.osm
Authors
Leigh Dodds