Skip to content

Instantly share code, notes, and snippets.

@aawiseman
Created July 19, 2016 17:58
Show Gist options
  • Save aawiseman/7e109604a6955c8fea928707e58220f5 to your computer and use it in GitHub Desktop.
Save aawiseman/7e109604a6955c8fea928707e58220f5 to your computer and use it in GitHub Desktop.
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“newer:"2016-07-14T19:01:00Z" and building=*”
*/
[out:json][timeout:25];
// gather results
(
// query part for: “newer:"2016-07-14T19:01:00Z" and building=*”
node(newer:"2016-07-14T19:01:00Z")["building"]({{bbox}});
way(newer:"2016-07-14T19:01:00Z")["building"]({{bbox}});
relation(newer:"2016-07-14T19:01:00Z")["building"]({{bbox}});
);
// print results
out body;
>;
out skel qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment