Skip to content

Instantly share code, notes, and snippets.

Created August 12, 2015 22:47
data exported by overpass turbo
Raw
Loading
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