Created
January 28, 2020 07:32
-
-
Save kfigiela/262ffacdb9859afd013660882a9debef to your computer and use it in GitHub Desktop.
OSM overpass hiking trails query
This file contains 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
/* | |
https://overpass-turbo.eu/# | |
*/ | |
[out:xml][timeout:25]; | |
( | |
rel[route]["osmc:symbol"][route="hiking"]({{bbox}}); | |
); | |
out body; | |
>; | |
out skel qt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment