11 Dec 2019, 23:49

I like to make a separate route for each day of my rides. I need to find a way to start a new day's route from the end of the previous day. I assume one way to do this would be to make a copy of one day's route, give the copy a new name, and then delete all the waypoints except the last one, which would be the first waypoint of the next day. So I need to know how to make the copy.

Perhaps there is a better way?