Created
July 19, 2016 17:58
-
-
Save aawiseman/7e109604a6955c8fea928707e58220f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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