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
Direction go from main road and then back on one roads intersection #1484
Comments
|
This is caused by wrong turn restriction in OSM database (node 576871182), not by osmand routing. Fixed it. However moving the traffic lights to their correct location would reduce to one signal when going North. |
|
Changed the position of traffic_lights according to Bing sat. |
|
Yes OsmAnd uses penalty for traffic signals, that's why it is critical to not give higher priority to secondary roads. I will mark it to another related issue with traffic signals, to revise the algorith and prevent such issues. |
|
Same issue: http://www.openstreetmap.org/#map=18/41.07095/-75.70206 Expected go through traffic signal instead U turn. |
|
That's a typical OsmAnd problem.
So I guess that is forbidden manoeuvre and it should be restriction relation. |
|
I vote for reopening this issue, IMHO instead of adding turn-restrictions "only for Osmand" we should modify the penalties / turn costs: give MORE penalty to those u-turns, I assert that NO OTHER osm-based navigation app has these difficulties on places like in this issue thread. What should be the reason to have NO change on penalties???? I am curious. |
|
sorry, stephan75, In your case there are two details which are missing or just incorrect in the OSM-database: I'll do the database correction and with the next update I'm sure you'll see that here it's not osmand's fault. Edit: Did so. By the way: this major junction could use some turn:lane-tagging.... :-) |
|
Sorry, @cepesko , but for human more easy and safely wait a traffic signal than make turns:
So:
|
|
Edit 2: Maybe an aditional penalty for road angles between 100 and 180 could eliminate those cases where turn restrictions are still missing, since the speed has to be reduced enormously. |
|
@tbicr By reducing traffic light penalty might in other cases lead you straight through the center of town instead of using the much faster urban freeway going around downtown, maybe with the same speedlimit but no traffic lights. but not: because it will worsen the calculation in other situations. |
|
So @cepesko , I do not know how penalties calculated for OsmAnd, but I look like you can't use only traffic signal penalty to avoid this issues, because if you avoid penalties for short turns - turns will be faster. If traffic signalto get speed from 90 to 0 or 0 to 90 we need so traffic signal we pass turnsstop so turns we pass probabilityin |
|
so what can be the solution now? Personally I think that makig a u-turn on a supermarket parking should not be the solution to save some seconds in comparison to a traffic light. |
|
@stephan75 A solution could maybe be found if devellopers |
|
I think I need to bring main point why traffic signals were introduce as penalty. |
|
ok ... I see what you mean about traffic lights. But then: look at the screenshots above -> do we need higher penalties for those sharp angle turns? |



Direction propose go out road and back again on one roads intersection (look like traffic signal penalty):
http://www.openstreetmap.org/#map=17/39.17810/-74.81747
However expected avoid this on one roads intersection.
The text was updated successfully, but these errors were encountered: