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

Manual ordering of points in the route #8135

Open
krozhdestvenski opened this issue May 10, 2024 · 8 comments
Open

Manual ordering of points in the route #8135

krozhdestvenski opened this issue May 10, 2024 · 8 comments
Labels
Android Android development Route Planning Preview and plan your track

Comments

@krozhdestvenski
Copy link

krozhdestvenski commented May 10, 2024

Precondition
I added some points to the route in a specific order.

Actual result
The route is generated optimized by distance. That is, from point 1, a path was laid to the nearest point 3, etc.

** Expected result **
I expect the route to follow the order in which I added the points.

Ideal solution
Add a setting that allows me to choose route-building options.

Alternatives
Possibility to choose point order after route creation.

@krozhdestvenski krozhdestvenski added the Enhancement New feature or request, an improvement of some existing feature label May 10, 2024
@pastk pastk added Android Android development Route Planning Preview and plan your track and removed Enhancement New feature or request, an improvement of some existing feature labels May 10, 2024
@pastk
Copy link
Contributor

pastk commented May 10, 2024

iOS version allows manual ordering of intermediate points, Android uses automatic sorting by distance which is useful is some cases (correcting the route line) but doesn't work for other.

@slackuj
Copy link
Contributor

slackuj commented May 10, 2024

point_1

Initial point-1

point_2

The newly added point gets indented as point-1 and initial stopping point(point-1) gets indented as point-2.Is this what you are trying to say?

@Jean-BaptisteC
Copy link
Member

Similar of #2551

@slackuj
Copy link
Contributor

slackuj commented May 10, 2024

I would like to try to fix this.Please assign it to me.
Thanks.

@krozhdestvenski
Copy link
Author

The newly added point gets indented as point-1 and initial stopping point(point-1) gets indented as point-2.Is this what you are trying to say?

yes.
But I also think it would be convenient to have the ability to add points sequentially. Not just starting and ending points first, and then stops.
But that's probably a completely different story)

@pastk
Copy link
Contributor

pastk commented May 10, 2024

yes. But I also think it would be convenient to have the ability to add points sequentially. Not just starting and ending points first, and then stops. But that's probably a completely different story)

There is such an ability in the "ruler" mode (the last in the row of routing transport modes).

@UmBottesWillen
Copy link

UmBottesWillen commented May 11, 2024

Adjacent to this issue, on Android 13, you can force the routing a certain way through liberal use of waypoints. However, if you close the app and open it again, the waypoints are saved, the ordering of the waypoints is not preserved though.

Before closing:
Screenshot_20240511-145305

After closing:
Screenshot_20240511-145339

@krozhdestvenski
Copy link
Author

There is such an ability in the "ruler" mode (the last in the row of routing transport modes).

The ruler shows straight lines. And I would like to see a route along the roads with the same logic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Android development Route Planning Preview and plan your track
Projects
None yet
Development

No branches or pull requests

5 participants