otsaloma / poor-maps

Maps and navigation for Sailfish OS
https://openrepos.net/content/otsaloma/poor-maps
GNU General Public License v3.0
43 stars 10 forks source link

Add route summary #28

Closed rinigus closed 7 years ago

rinigus commented 7 years ago

When calculating a route and using current location as "From", Poor Maps displays total distance and time on the overview of the route on map. This data is missing when shown for routes that are calculated between two addresses. For trip planning, it would be great to get the same overview for routes between addresses.

otsaloma commented 7 years ago

The numbers in the top right corner are the distance and time remaining. When calculating a route from the current position, that happens to be the same as the total. When the route is not close to your current position, only the distance is shown and even that is calculated assuming you go straight-line from your current position to the closest route segment and from there along the route to the destination.

But, I agree, the totals would be useful. The right place would probably be the page that lists the maneuvers -- maybe between the Begin, Pause, Clear buttons and the maneuver list?

rinigus commented 7 years ago

Good evening!

The totals would fit perfectly on the page with the maneuvers, that's for sure. It would be great addition!

The two numbers displayed on the route map page were a bit of the mystery for me. It was clear that its related to the distance from current location, but not very clear how. Maybe, in addition to having overview in the maneuvers view, its possible to use that overview numbers on the top of the map as well:

Left: distance between current location and the start [straight line] Right: distance o and time for the route.

But, in the end, it would be great to have an overview at least somewhere :)

Best wishes,

rinigus

otsaloma commented 7 years ago

Looks like this:

screenshot-20161207-032316

rinigus commented 7 years ago

Thank you very much! Looks great!