-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Turn lanes are shown as through lanes in lane overview #12481
Comments
I think the lanes are displayed correctly i.e. 4 lanes 2 + 2. Of course it is possible to improve how it's rendered with turn:lanes tag but even without it, it looks ok. This particular junction has a problem that https://www.openstreetmap.org/way/25356914 (cause it's a link) should not be part of any announcement and that's what could be improved potentially. |
@vshcherb thanks for getting back :)
I agree that 4 lanes is a correct number to show. The issue is that they all show as "go straight", even though the two to the left should be shown as "turn left". I have seen OsmAnd show turn lanes correctly, so it seems like a bug that it does not do so in this case?
Just to understand correctly: When you say "announcement", do you mean the instruction at the top-left of the screen? I.e. the "turn slightly right" arrow? If so, I agree :). (I do not recall if there was a voice announcement at this point or not.) |
Yes, in most of situations these alerts should not appear if you go straight, though they could appear if the roads are the same priority. Here it's not the case (secondary_link vs secondary), so the fix is easy but it needs to be double checked and aligned with other issues. |
@sonora let me know if I can assist you with any data or testing or something. I can also drive to the place mentioned and test any fix you might have. |
Besides the "secondary_link vs secondary" announcement bug that @vshcherb mentions above, i have a suspicion about the cause of the original issue. Given my example above:
Both variations are documented on https://wiki.openstreetmap.org/wiki/Key:turn#Current_usage |
Fix #12481 Turn lanes are shown as through lanes in lane overview
@Dima-1 @vshcherb It seems like you guys fixed the announcement bug, but what about the original issue? Which seems to be that the |
Nothing to fix, "turn:lanes" is a supported mechanism to clarify turn lanes on the road |
@vshcherb Do you mean that you only intend to support the When turns apply similarly to all lanes in the same direction (or when there's a single lane per direction):
To specify different turn indications for each lane when there are multiple lanes in the same direction (see below):
|
|
@vshcherb Thanks for the response. What I am trying to understand is whether it is intentional that OsmAnd does not support |
Well, it's simple we have limited capacity and priorities. So there is nothing wrong to create a feature request and if it get's closed you could remind in a year or 2. I think the development capacity is the biggest factor here. So I would say today you should probably not create request for turn support comparing to already created issues. |
@vshcherb thanks for the explanation 👍. Makes sense. I will not create a feature request now then, but adapt my mapping habbits to always use I updated the mentioned OSM wiki page with this information (diff), so that other mappers can be aware of this as well. |
Description
OsmAnd does not always show the correct lanes in the lane overview.
In the example shown below, when driving on the road from north west to south east, the road is splitting into two left turn lanes and two through lanes before the junction at the bottom of the picture:
(OSM link: https://www.openstreetmap.org/edit?editor=id#map=18/55.37221/10.44506)
The two left lanes are mapped as a single way in OSM with
lanes=2
andturn=left
. The two through lanes are mapped as a single way withlanes=2
. This looks correct to me, but as seen below, OsmAnd shows 4 through lanes instead:On a side note, the "turn slightly right" instruction (see top-left corner of the screen) seems wrong as well, given that I was to drive straight ahead.
Your Environment
OsmAnd Version: 4.0.5
Android/iOS version: 10
Maps used (online or offline): Online
The text was updated successfully, but these errors were encountered: