Skip to content

Instantly share code, notes, and snippets.

@geomantic
Last active October 23, 2018 10:42
Show Gist options
  • Save geomantic/8b607a66cee5ea7d4da83022f8fccd73 to your computer and use it in GitHub Desktop.
Save geomantic/8b607a66cee5ea7d4da83022f8fccd73 to your computer and use it in GitHub Desktop.
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“user:AASAthens or user:DGGAthensHS or user:jszAthensHS or user:H_PAthens or user:r_dathens”
*/
[out:json][timeout:25];
// gather results
(
// query part for: “user:AASAthens”
node(user:"AASAthens")({{bbox}});
way(user:"AASAthens")({{bbox}});
relation(user:"AASAthens")({{bbox}});
// query part for: “user:DGGAthensHS”
node(user:"DGGAthensHS")({{bbox}});
way(user:"DGGAthensHS")({{bbox}});
relation(user:"DGGAthensHS")({{bbox}});
// query part for: “user:jszAthensHS”
node(user:"jszAthensHS")({{bbox}});
way(user:"jszAthensHS")({{bbox}});
relation(user:"jszAthensHS")({{bbox}});
// query part for: “user:H_PAthens”
node(user:"H_PAthens")({{bbox}});
way(user:"H_PAthens")({{bbox}});
relation(user:"H_PAthens")({{bbox}});
// query part for: “user:r_dathens”
node(user:"r_dathens")({{bbox}});
way(user:"r_dathens")({{bbox}});
relation(user:"r_dathens")({{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