Skip to content

Instantly share code, notes, and snippets.

@jsanz
Last active December 28, 2015 07:39
Show Gist options
  • Save jsanz/7466231 to your computer and use it in GitHub Desktop.
Save jsanz/7466231 to your computer and use it in GitHub Desktop.
Overpass Turbo query, run it at http://overpass-turbo.eu/ to get a map of the London subways
<!--
paste this XML at http://overpass-turbo.eu/
-->
<osm-script output="json">
<query type="way">
<has-kv k="railway" v="subway"/>
<bbox-query s="51.34004940750071" w="-0.5033111572265625" n="51.75466513020617" e="0.2197265625"/>
</query>
<print mode="body"/>
<recurse type="down"/>
<print mode="skeleton"/>
</osm-script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment