Skip to content

Instantly share code, notes, and snippets.

@aawiseman
Created October 12, 2015 02:54
Show Gist options
  • Save aawiseman/ec55286c86d4612bc393 to your computer and use it in GitHub Desktop.
Save aawiseman/ec55286c86d4612bc393 to your computer and use it in GitHub Desktop.
[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 body;
>;
out skel qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment