Page 2 of 11

Re: Introducing TripManager

Posted: Thu Jan 16, 2025 3:40 pm
by FrankB
Thanks Tom,

If you have any questions, remarks about the program or the PDF documents, dont hesitate to post them. Like any other software this will have its flaws. My aim is to make it as good as possible. Feedback from users like you is very welcome.

Frank

Re: Introducing TripManager

Posted: Thu Jan 16, 2025 4:18 pm
by tombarrington
I am intrigued by the Post Processing feature, especially the ability to "unglitch" and put shaping points back on the road. I currently check every shaping point on every route before transferring routes to the XT. I can be time consuming.

Re: Introducing TripManager

Posted: Thu Jan 16, 2025 4:35 pm
by FrankB
Just give it a try, with a route/area you are familiar with. You only have to check 'Shaping points'. Optionally you can rename them to route + distance or sequence number.
Beware: Create a backup first, the program will overwrite the GPX file without any confirmation.
pp.jpg
pp.jpg (97.75 KiB) Viewed 4777 times

Re: Introducing TripManager

Posted: Thu Jan 16, 2025 5:54 pm
by tombarrington
I gave it a quick try with a couple of shaping points off the main route, one announcing and one not. It seems to have thrown an error upon attempting import back into BaseCamp. The only thing I changed in the tool was the field showing km to miles for Processing Shaping Points. Not sure how that impacts things.

Image


Image

Re: Introducing TripManager

Posted: Thu Jan 16, 2025 5:56 pm
by FrankB
If you post the gpx, or send me a pm, I will look into it.

Re: Introducing TripManager

Posted: Thu Jan 16, 2025 6:09 pm
by tombarrington
PM sent.

Re: Introducing TripManager

Posted: Fri Jan 17, 2025 10:49 am
by FrankB
Uploaded version V1.1.0.114 that fixes the bug(s) reported by Tom: https://github.com/FrankBijnen/TripManager/releases

@tombarrington Thanks for reporting and testing

Re: Introducing TripManager

Posted: Tue Jan 21, 2025 7:26 am
by FrankB
Uploaded version V1.1.0.117 that fixes 1) creating a desktop icon and 2) an access violation

@peobody Thanks for reporting and testing

Updated the docs. Added a separate PDF that only shows how to 'transfer to device'.

https://htmlpreview.github.io/?https:// ... /README.md

Re: Introducing TripManager

Posted: Wed Jan 22, 2025 3:13 pm
by Peobody
Frank (@FrankB ), there is a 'Temp path' button for which I can not find any reference in the documents. What did you envision as its purpose?
Also, how is that temp directory used?

Re: Introducing TripManager

Posted: Wed Jan 22, 2025 4:07 pm
by FrankB
A program can not read/write from an Mtp device directly.
So for every action on the device it first has to copy that file to a temp path and then copy the file back.
The button opens a new window with the temp path open. For debugging mainly.

I may remove the button in the future.