Skip to content

Instantly share code, notes, and snippets.

@geomantic
Created July 28, 2020 18:55
Show Gist options
  • Save geomantic/224dd7dbb1147513d51e1a3e3a083106 to your computer and use it in GitHub Desktop.
Save geomantic/224dd7dbb1147513d51e1a3e3a083106 to your computer and use it in GitHub Desktop.
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“type:way and highway=* and name like "State Road"”
*/
[out:json][timeout:25];
// gather results
{{geocodeArea:Illinois}}->.searchArea;
(
// query part for: “highway=* and name~/State Road/”
way["highway"]["name"~"Galena Trail"](area.searchArea);
);
// 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