Created
July 19, 2016 17:52
-
-
Save aawiseman/7c42b1bd1f60dcc1242ddb96f8357866 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
[out:json][timeout:25]; | |
// gather results | |
( | |
// query part for: “newer:"2015-10-09T19:01:00Z"” | |
node(newer:"2015-10-09T19:01:00Z")({{bbox}}); | |
way(newer:"2015-10-09T19:01:00Z")({{bbox}}); | |
area(newer:"2015-10-09T19:01:00Z")({{bbox}}); | |
relation(newer:"2015-10-09T19:01:00Z")({{bbox}}); | |
); | |
// print results | |
out meta; | |
>; | |
out meta qt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment