Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save danbjoseph/8461757d56782988519772acb3b7ece1 to your computer and use it in GitHub Desktop.
Save danbjoseph/8461757d56782988519772acb3b7ece1 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