janbar / osmin

GPS Navigator On-Road/Off-Road for Android and Linux devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Route overview should contain distances

Framstag opened this issue · comments

I do like the route overview before one starts a route/navigation. I miss though distances. Another question: Can I reopen the overview during routing (with "cursor" on the current step)?

Yes you can review the overview: click the "burger menu" then choose "Routing": it will show you the overview of the current route.
About the current step, I will check if the routing module returns the step number of the current step. If yes , then we can.

  • Also, the overview contains the distance of the route. But not for each step. To be checked too ...
  • The overview show the initial routing calculation. The current route could be updated by reroute operations, so it could be impossible to match steps with the initial route ...
  • The navigator information box show ETA in distance and time. We could add more, but less readable. Let me know how you would like to see those informations.

If the router reroutes the overview should be updated, too.

In concrete: I used the overview at the beginning to validate the route and check how in principle the route runs. For this distance for each step helps (route = drive to the motorway - long distance on motorway - fiddle your way to through the target city).

There are likely similar expectation during driving (especially for bike and foot, but also for car).

Possible one should also show the 2 next step (but displayed smaller)

I made change in libosmscout to get missed data of route step. I introduce the route overview in navigator info box. By clicking the box it take full size and show you the overview. The overview move automatically in the list on the current next step. Also this step is highlighted.
I need to make some refactor around the routing, but the target is better again !

Capture d’écran du 2021-04-06 11-18-22

Tested on road. I will make a new release at the end of the day.

Cool...but can we have deltas instead of absolute values ;-)?

IMHO this is a classical case of "different thinking", some people prefer absolute values, some might prefer relative values. To you already have a conceptional upper limit for how many options you want to add to our app ;-)?

Hi @Framstag , I will add a new action "Long Tap" to update the setting for delta.
Adding that in settings page could be confused for the end-user (I am), and it should be better to change this setting directly on the overview. Like that you could change the view as you need without browse the menu.