Skip to content

Instantly share code, notes, and snippets.

@d3netxer
Last active November 12, 2019 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d3netxer/f07af7bb83192ae3773bb955273a9929 to your computer and use it in GitHub Desktop.
Save d3netxer/f07af7bb83192ae3773bb955273a9929 to your computer and use it in GitHub Desktop.
// bbox covers saurimo
[out:csv(::timestamp,::user,::type)][timeout:25][bbox:-9.938605,19.873032,-9.428253,20.916046];
// gather results
(
  // query part for: “building”
  way["building"];
  relation["building"];
);
// print results
out meta;
>;
out skel qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment