Skip to content

Instantly share code, notes, and snippets.

@geomantic
Created August 12, 2020 16:08
Show Gist options
  • Save geomantic/b0730e9fc08d23a4c77da95b3f91cba5 to your computer and use it in GitHub Desktop.
Save geomantic/b0730e9fc08d23a4c77da95b3f91cba5 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 railway:abandoned”
*/
[out:json][timeout:100];
// gather results
{{geocodeArea:Illinois}}->.searchArea;
(
way["railway"~"abandoned"](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