-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe route optimization feature #73
Comments
FYI: We had changed the implementation along the way, since we have the option to add the same point multiple times to an individual route. Now route optimization will always be in linear mode. If you like to have a roundtrip calculation, you'll need to add your starting point as final point of your route additionally. I can try to sketch a feature description in the manual. (May take a couple of days, though.) |
@Lineflyer I propose to add a new menu entry in the "coordinates and navigation" section, named "routes and tracks". The page should explain what individual routes are, and how they are created / modified / deleted / optimized, as well as explain how to handle routes and tracks using the routes & tracks menu. individual route
what are individual routes for?
editing and optimizing an individual route
the route & tracks menu
|
See:
cgeo/cgeo#13974 and cgeo/cgeo#14027
Proposal:
Such kind of feature might be best explained using an example and describe the needed actions with screenshots.
Open questions (for me):
AFAICS this was a two-step implementation:
For case 2 I am not sure how it actually works UI-wise or how we distinguish between case 1 and 2.
@moving-bits
Can you add a brief feature explanation here (or maybe even start sketching a page in the manual)?
The text was updated successfully, but these errors were encountered: