08.04.2022, 18:54
(08.04.2022, 09:37)routeconverter Wrote: Thank you for your suggestion!
I assume the variation of the coordinates you show was just a glitch in the example and the relevant change is just that with trk -> rte etc.
Actually, I believe the search/replace should go the other way 'round to turno routes into tracks.
In fact I found a more direct and "automated" way: loading all separate GPS route files into WINGDB3 and then call for a "preview": this opens Mapsource with all routes turned into tracks (requires a confirmation); at that point you can save as GPX and the resulting file contains all the tracks as, indeed, tracks.
Quite handy.
(06.04.2022, 14:51)Zava Wrote: I can load many routes into RouteConverter all right, and I can save them all in a single .gpx file containing all the segments,
And after that you could use an text editor and do some global search and replace:
<trk>
<trkseg>
<trkpt lat="48.087016" lon="11.554912">
...
needs to become
<rte>
<rtept lat="54.3253497" lon="10.0640099">
...
