Skip to content

Instantly share code, notes, and snippets.

@sdbernard
Created November 23, 2016 12:29
Show Gist options
  • Save sdbernard/22e5b582371c0e717cacacb6030b04c0 to your computer and use it in GitHub Desktop.
Save sdbernard/22e5b582371c0e717cacacb6030b04c0 to your computer and use it in GitHub Desktop.
Query for OSM overpass API for difference between dates
[diff:"2007-01-1T00:00:00Z","2015-12-31T23:59:00Z"];
(
way[building]({{bbox}});
);
out body;
>;
out skel qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment