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, add styling
[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; } }}
Run
Source File
playgrounds-with-styles.osm
Authors
Leigh Dodds