I have created multiple routes, carefully sorted by location. I now wish to use some of these in planning a trip. In some cases, I’ll have to make some modifications, such as reversing a route or moving a portion of the route.
The problem I am encountering is, how do I modify these routes without altering the original, which I need to maintain as-is?
I have tried “duplicating” a route. To me, duplication means creating a copy that is independent of the original. When I alter a duplicated copy, the original is altered. The BaseCamp duplicates appear to be an alias, rather than a duplicate.
I also tried copying a route and pasting a copy into a list. Although both the copy and paste commands are available, nothing is pasted when I copy and paste a route.
How can I create a copy of an existing route that can be edited without affecting the original?