Possibly an uninformed question. I use openmtbmap, which I usually download once a year into my Basecamp and onto Garmin 64 unit. When a single sequence of nodes gets updated in a openstreetmap path, is there a way to just get the delta containing the updates, instead of pulling down entire Canada openstreet/openmtb database copy?
I found your changeset on opensteetmap, but having hard time finding tool which would export just the updated path to gpx.
Thanks, and sorry if a dumb question.
I think maybe you need to download the entire OSM database (or a recent BC or canada extract), and then filter out only the Hanging Lake trail with an SQL query. How are you extracting the GPX from the database?
Ok I found a way, just needed more googling.
In openstreetmap.org, the path/way is a sequence of nodes. Here's one for Hanging Lake Winter Trail: https://www.openstreetmap.org/way/253239235. It can only be downloaded as XML, which regular GPS software doesn't understand. OSM has server side scripting, however, with built in API which is able to spit out gpx from a node sequence.
The easiest way is via Overpass Turbo site/scripting interface. Type in
way(253239235);
out geom;
Then click Run and Export.
Beats redownloading gigs of database. Hopefully useful to someone else too :)
For the record, I raised all the markers on the reroute, and pulled the markers off the old route on March 16th.