-
-
Save blech/8855731 to your computer and use it in GitHub Desktop.
Caltrain, from OSM via Overpass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<union> | |
<query type="way"> | |
<has-kv k="railway" v="rail"/> | |
<has-kv k="name" v="Caltrain"/> | |
<bbox-query {{bbox}}/> | |
</query> | |
<recurse type="down"/> | |
</union> | |
<print/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment