-
|
Hello, I'm new to OsmAnd. Thank you so much to the maintainers and contributors for this project. I'd love to contribute someday myself. :) I've just started using OsmAnd, and I'm in the process of tweaking all of the settings to match my preferences. I'm having trouble figuring out how to tweak settings related to routing. I'm finding that, by default, OsmAnd is routing me through a lot of back roads with far more turns than necessary. Often there is a very clear main road that I can take to my destination and OsmAnd routes me through side streets in what seems to me to be a very inefficient route. I'm curious if there are any settings I can tweak to get better routes? I saw a setting that says "Use 2-phase A* routing algorithm", and tried toggling it on and off but didn't see a difference in the resulting routes. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 9 replies
-
|
Probably it's not possible via UI and you need to get a finer control over the app. So you can enable your routing profile, please check https://github.com/osmandapp/OsmAnd-resources/blob/master/routing/routing.xml (it consists of section for different routing profiles), you can tweak some parameters and import later to OsmAnd |
Beta Was this translation helpful? Give feedback.
-
|
Just curious: when you press the navigation button, you see a set of icons indicating different navigation types. Which one are you using? |
Beta Was this translation helpful? Give feedback.
-
|
My first question relates to the various attributes on those roads in OSM itself. Are speed limits set correctly? Are there stop signs or traffic signals set on that main road but not on the secondary roads? There are many items in OSM that will affect how OsmAnd chooses a route. |
Beta Was this translation helpful? Give feedback.
-
|
I got a more straightforward route from graphHopper and OSRM
[image: image.png]
https://www.openstreetmap.org/directions?engine=fossgis_osrm_car&route=47.4920%2C19.0526%3B47.5142%2C19.0768#map=15/47.5028/19.0619
There is no left turn (at least in OSM) where you wanted to take one:
[image: image.png]
But I don't know why the turns are so confused in yours around Karoly
Korut. I'd consider filing a routing report on github
https://github.com/osmandapp/OsmAnd/issues/new?assignees=&labels=&template=3-routing-report.md
…On Thu, 4 Mar 2021 at 02:04, Bart Eisenberg ***@***.***> wrote:
I downloaded the map, tried your route, and got a somewhat similar result,
but with 8 turns rather than 14. When I added an intermediate destination
to force a left turn on Karoly Korbut, as I think you have it, OsmAnd
routed right, and then a u-turn. Indicating perhaps that the left isn't
possible. Or at least the OSM data doesn't allow it.
You can check the underlying OSM data on the OpenStreetMap website, and if
you register, can correct mapping errors. Tweaking OsmAnd routing is beyond
my abilities, but see vhscherb's note.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11044 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABL3Y7BTBLYRXC6BQPZ7GZDTB3TCHANCNFSM4YNMC4DA>
.
|
Beta Was this translation helpful? Give feedback.
-
|
I found the answer to my question. It is possible to add routing engines to OsmAnd and change the routing engine that OsmAnd uses for directions, for each profile in the app. Here's how:
It's probably related to the OSM map quality in my area, but I had better quality routes with the Grasshopper and OSRM routing engines. |
Beta Was this translation helpful? Give feedback.
-
|
This is still a problem as of today. OSMand literally goes straight along the obvious street… then for no reason at all, changes to a parallel street, and later back. It would be half as bad, if I could at least edit the track to tell it “go through here, no matter what”. But instead, it navigates the wrong path, turns around, into the path I told it, turns around again, and then continues the route. Together with the extremely annoying zoom, that literally always zooms to the wrong place, so zooming in and out a few times and suddenly you’re in Scandinavia! … I really went from an OSMand lover to hating it with a passion. (The funniest part is that you really try to force it, it just crashes on you. Multiple times. XD) I just want to be in control of my own damn things! Edit the track however I like. So: Can you please just make the automatic route finder navigation thingie a tool that merely creates GPX tracks, with every turn (vertex) being a new point, and the ability to insert points easily, like you do in the navigation thingie. Instead of it being somehow two separate rabbit holes with 90% overlapping (duplicated) functionality. I mean saving a route as a track is already possible, even if well-hidden. :/ You’d save your self so much work just from losing the duplications! |
Beta Was this translation helpful? Give feedback.

I found the answer to my question. It is possible to add routing engines to OsmAnd and change the routing engine that OsmAnd uses for directions, for each profile in the app. Here's how:
It's probably related to the OSM map quality in my area, but I had better quality routes with the Grasshopper and O…