Posts: 48
Threads: 14
Joined: Oct 2014
Best ever router! Been using it for a few a years now.
A couple of minor improvements that will make it even better v3.0.
1. Name of file opened (top line of display) - Please change to display all the file name as currently the beginning of the file name is truncated. When comparing similar routes by having 2-3 instances open missing the beginning of the file name is not very helpful.
2. Rename Position List - Please increase number of characters as my GPS app (Mapfactor) uses the Position List description as the file name. Unfortunately most of my route file names are a bit lengthy as they contain route details (having similar routes with variations).
3. A possible bug. Zoom is not displaying current zoom level. It displays 3 dots only - I am sure it used to show the actual zoom lever previously.
Many Thanks
Chris
Posts: 7,532
Threads: 230
Joined: Aug 2007
(06.03.2024, 11:19)Stav Wrote: Best ever router! Been using it for a few a years now.
Thank you :-)
(06.03.2024, 11:19)Stav Wrote: 1. Name of file opened (top line of display) - Please change to display all the file name as currently the beginning of the file name is truncated. When comparing similar routes by having 2-3 instances open missing the beginning of the file name is not very helpful.
It's hard to image what you're seeing. Please post a screenshot of the effect you're describing.
(06.03.2024, 11:19)Stav Wrote: 2. Rename Position List - Please increase number of characters as my GPS app (Mapfactor) uses the Position List description as the file name. Unfortunately most of my route file names are a bit lengthy as they contain route details (having similar routes with variations).
There should be enough space. Please try to increase the size of the dialog. Does that help?
(06.03.2024, 11:19)Stav Wrote: 3. A possible bug. Zoom is not displaying current zoom level. It displays 3 dots only - I am sure it used to show the actual zoom lever previously.
I've been fighting this forever since it doesn't show up on my machine. Please download the latest prerelease. I've tried to improve the width calculation there.
--
Christian
Posts: 48
Threads: 14
Joined: Oct 2014
(06.03.2024, 18:06)routeconverter Wrote: (06.03.2024, 11:19)Stav Wrote: Best ever router! Been using it for a few a years now.
Thank you :-)
(06.03.2024, 11:19)Stav Wrote: 1. Name of file opened (top line of display) - Please change to display all the file name as currently the beginning of the file name is truncated. When comparing similar routes by having 2-3 instances open missing the beginning of the file name is not very helpful.
It's hard to image what you're seeing. Please post a screenshot of the effect you're describing.
(06.03.2024, 11:19)Stav Wrote: 2. Rename Position List - Please increase number of characters as my GPS app (Mapfactor) uses the Position List description as the file name. Unfortunately most of my route file names are a bit lengthy as they contain route details (having similar routes with variations).
There should be enough space. Please try to increase the size of the dialog. Does that help?
(06.03.2024, 11:19)Stav Wrote: 3. A possible bug. Zoom is not displaying current zoom level. It displays 3 dots only - I am sure it used to show the actual zoom lever previously.
I've been fighting this forever since it doesn't show up on my machine. Please download the latest prerelease. I've tried to improve the width calculation there.
Issue 1. See screenshot
Issue 2. It seems the max is 64 characters - GPS Exchange format 1.1 restriction. I tried with a blank position list name but when importing the file to Mapfactor it is saved with no file name. So I guess nothing can be done. See screenshot
Issue 3. Will try the latest prerelease but is not a major issue.
Posts: 7,532
Threads: 230
Joined: Aug 2007
11.03.2024, 12:50
(This post was last modified: 11.03.2024, 12:50 by routeconverter.)
(08.03.2024, 12:06)Stav Wrote: (06.03.2024, 18:06)routeconverter Wrote: (06.03.2024, 11:19)Stav Wrote: 1. Name of file opened (top line of display) - Please change to display all the file name as currently the beginning of the file name is truncated. When comparing similar routes by having 2-3 instances open missing the beginning of the file name is not very helpful.
It's hard to image what you're seeing. Please post a screenshot of the effect you're describing.
Issue 1. See screenshot
Now I understand. You're right: I'm cutting the file name to the last part of the part with a limit of 60 characters. Once you exceed this, three dots are displayed at the beginning. The problem is, that the available size in the windows for the title is not known and the calculation of the currently used size is inaccurate in Java as you can see in the zoom combobox.
--
Christian