Skip to content

Instantly share code, notes, and snippets.

@kfigiela
Created January 28, 2020 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kfigiela/262ffacdb9859afd013660882a9debef to your computer and use it in GitHub Desktop.
Save kfigiela/262ffacdb9859afd013660882a9debef to your computer and use it in GitHub Desktop.
OSM overpass hiking trails query
/*
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