Skip to content

Instantly share code, notes, and snippets.

Created August 12, 2015 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/bd64382884d2d1d87195 to your computer and use it in GitHub Desktop.
Save anonymous/bd64382884d2d1d87195 to your computer and use it in GitHub Desktop.
data exported by overpass turbo
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wilsaj
Copy link

wilsaj commented Aug 12, 2015

Overpass query that was used to export this from http://overpass-turbo.eu/:

[out:json][timeout:25];
(
  way["leisure"="park"](30.072659328222624,-97.97332763671875,30.519681272749402,-97.50846862792969);
);
out body;
>;
out skel qt;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment