-
Notifications
You must be signed in to change notification settings - Fork 319
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
Android: Incorrect Direction Images #396
Comments
Hey @Danny-James, thanks for reporting, that doesn't look like a roundabout which is most likely an issue with our data rather than an issue with the navigation client. Could you report this upstream using this tool so we can get the proper eyes on it and get it fixed? |
@cammace the navigation image isn't a rounder-bout as i hadn't approached the rounder-bout, their was actually a rounderbout around the right bend shown above, what im saying is we don't drive on the right side of the road - as you can see the instructions is for in 1.2miles |
@cammace this still seems to be an issue, in the UK we drive on the left side of the road, the images are showing as if we drive on the right hand side of the road see the image below this is showing for take the third exit. The image actually looks like take the first exit if driving on the right side of the road. See 2nd Instuction in Screenshot Below. |
OSRM supports different side of the road driving with the |
@cammace no problem thanks for looking at this issue 👍 |
Hi @cammace any timeline on this? |
@Danny-James @mdakram the solution here would be flipping all maneuver images if the driving side is on the left side correct? |
@danesfeder is their an option for this if we are using the |
@danesfeder not exactly as turn right in case of right hand or left hand driving will remain same. Issue i found is with u-Turn and roundabout. @Danny-James you can share your experience. |
@Danny-James the |
@danesfeder Thank You. |
@danesfeder I seem to still be getting issue with the Maneuver Images, take a look at the two below images, they don't match and the notification image is showing as driving on the right side of the road. |
@danesfeder the same rounderbout and same route has given be a different image see below; The below image, Newport road was to go straight over the rounderbout (Take the second exit), im refering to the upcoming instruction in this image the arrow is pointing back on the rounderbout. |
The screenshots above appear to be 180° off, not flipped. The Directions API documentation states that the roundabout degrees in banner instruction objects are measured head-on, not from the driver’s perspective:
|
Also tracking this issue for iOS in mapbox/mapbox-navigation-ios#1812. |
👍
This is still an issue as of 0.33.2, for both uturns and roundabouts.
Not quite. The left hand side driving icon for turn right at the roundabout would be the turn left at the roundabout's right hand side driving icon, but mirrored on the vertical axis. Would it be simpler to just embed separate icons or build in this flipping logic? Happy to try to help, but I wouldn't know where to start. |
@danesfeder I'm now using the I've just taken a 1 hour journey and every |
The issue is that the maneuver view is horizontally flipped for left-hand driving, regardless of the maneuver type: Lines 237 to 240 in 5036133
On iOS, we flip based on the driving side for /ref #1946 |
Continued in #2191. |
Being In The UK we drive on the left side of the road, i approached a rounder-bout well testing the Navigation yesterday, the Instructions told me to
At the rounder-bout take the second exit
Below is the image that was presented to me - this is showing driving the wrong way around the rounder-bout.
The text was updated successfully, but these errors were encountered: