Skip to content

Instantly share code, notes, and snippets.

@geomantic
Created February 29, 2016 02:02
Show Gist options
  • Save geomantic/1656d75c269fe4106a65 to your computer and use it in GitHub Desktop.
Save geomantic/1656d75c269fe4106a65 to your computer and use it in GitHub Desktop.
[out:json][timeout:25];
// gather results
(
// query part for: “userid:"xxx”
node(user:"SaintLucia")({{bbox}});
way(user:"SaintLucia")({{bbox}});
area(user:"SaintLucia")({{bbox}});
relation(user:"SaintLucia")({{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