This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

how can I download a path knowing the OSM number?

0

I found a a walking path and I would like to download the GPS trace but I am non able to find it in the OSM site. I am looking for: www.openstreetmap.org/#map=16/45.8259/7.6034.

Thaks in advance.

Marco Forni, Italy

asked 12 Aug '18, 09:53

marforio's gravatar image

marforio
11112
accept rate: 0%

(12 Aug '18, 10:25) Hjart

2 Answers:

0

Likely the easiest way to get a GPX of a hiking route (however not just the path in question) Is to use the waymarkedtrails website, see https://hiking.waymarkedtrails.org/#route?id=3902413 for the hiking route the way is part of.

answered 12 Aug '18, 14:00

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

0

Overpass-turbo is a good way to get specific features in an area, or indeed a single way (syntax is way(id:123456) where 123456 is way identifier. Data can be downloaded in KML and GPX formats suitable for use on a phone or GPS device.

answered 13 Aug '18, 10:49

SK53's gravatar image

SK53 ♦
28.1k48268433
accept rate: 22%

Source code available on GitHub .