Skip to content

Instantly share code, notes, and snippets.

@geomantic
Created January 12, 2021 22:11
Show Gist options
  • Save geomantic/0646851f36ce3dfecdfd3a0aede3c651 to your computer and use it in GitHub Desktop.
Save geomantic/0646851f36ce3dfecdfd3a0aede3c651 to your computer and use it in GitHub Desktop.
Extract County Boundary
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“boundary AND name like "Washington County"”
*/
[out:json][timeout:25];
// gather results
(
// query part for: “boundary and name~/Washington County/”
relation["type"="boundary"]["name"~"Washington County"]({{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