Skip to content

Instantly share code, notes, and snippets.

@ebrelsford
Forked from anonymous/overpass.geojson
Last active August 29, 2015 14:09
Show Gist options
  • Save ebrelsford/8f8c7469d45b1f71a1d1 to your computer and use it in GitHub Desktop.
Save ebrelsford/8f8c7469d45b1f71a1d1 to your computer and use it in GitHub Desktop.
NYC community garden data in OSM
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
[out:json][timeout:25];
(
node["leisure"="garden"](40.46,-74.28,40.93,-73.72);
way["leisure"="garden"](40.46,-74.28,40.93,-73.72);
relation["leisure"="garden"](40.46,-74.28,40.93,-73.72);
);
out body;
>;
out skel qt;
[out:json][timeout:25];
(
node["leisure"="garden"]["garden:type"="community"](40.46,-74.28,40.93,-73.72);
way["leisure"="garden"]["garden:type"="community"](40.46,-74.28,40.93,-73.72);
relation["leisure"="garden"]["garden:type"="community"](40.46,-74.28,40.93,-73.72);
);
out body;
>;
out skel qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment