Skip to content

Instantly share code, notes, and snippets.

@geomantic
Created April 8, 2021 17:14
Show Gist options
  • Save geomantic/28da2a9c20fbdde8e5fd5cd6acffb34a to your computer and use it in GitHub Desktop.
Save geomantic/28da2a9c20fbdde8e5fd5cd6acffb34a to your computer and use it in GitHub Desktop.
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“ tunnel=* and railway=*”
*/
[out:json][timeout:25];
// gather results
{{geocodeArea:Colorado}}->.searchArea;
(
// query part for: “tunnel=* and railway=*”
node["tunnel"]["railway"](area.searchArea);
way["tunnel"]["railway"](area.searchArea);
relation["tunnel"]["railway"](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