Skip to content

Instantly share code, notes, and snippets.

@aawiseman
Created July 22, 2016 18:17
Show Gist options
  • Save aawiseman/5dbb03ed464eb5e6724e56bc81e6fefb to your computer and use it in GitHub Desktop.
Save aawiseman/5dbb03ed464eb5e6724e56bc81e6fefb 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._(changed:"2016-06-28T10:01:00Z","2016-06-28T13:01:00Z")({{bbox}});
way._(changed:"2016-06-28T10:01:00Z","2016-06-28T12:01:00Z")({{bbox}});
area._(changed:"2016-06-28T10:01:00Z","2016-06-28T12:01:00Z")({{bbox}});
relation._(changed:"2016-06-28T10:01:00Z","2016-06-28T12: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