Skip to content
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

Reuse loaded tracks for routing #274

Open
nrenner opened this issue Jan 31, 2020 · 0 comments
Open

Reuse loaded tracks for routing #274

nrenner opened this issue Jan 31, 2020 · 0 comments

Comments

@nrenner
Copy link
Owner

nrenner commented Jan 31, 2020

Reuse loaded track(s) as basis for or as part(s) of a new route.

Approaches/ideas:

  1. append or insert routed segment to track -> combining track and route segments
    • split/remove parts of a track before combining
    • related, but probably different to straight segments (Allow straight lines #68), as a generated/recorded track has too many track points to manually edit (?)
  2. convert track into a route (using map matching and reverse routing)
    • handle and combine multiple separate routes (converted tracks)
  3. like 2., but instead of editing and stitching together multiple parts like in 1. and 2., draw a new, single, continuous route, using tracks as guidelines and convert and include them as routed segments on the fly
    • while drawing, waypoints snap to tracks nearby, when next waypoint snaps to same track, convert the part in-between into a route and insert its via points to current route

I haven't thought this through, but I guess I would prefer 3. and avoid getting into track editing (1.).

Requests, use cases:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant