Found a weird behavior with the "then banner" 👀



The then banner shows the next instruction after the immediate one and the maneuver is wrong.
Route
.origin(Point.fromLngLat(-0.358568,39.49221))
.destination(Point.fromLngLat(-0.3606,39.490841))
After some 🕵️ the data seems to be 👌 so I guess it's an issue related to how we're populating the model. My hunch is that we're updating the model sooner than shouldn't because the next next instruction is a turn left. As you can 👀 in the video ☝️ this only affects the maneuver (turn left when should be right) - text is 🆗 (Calle Humanista Frederic Furio)
Noting that there's a whole sub component that we aren't consuming so in order to fix this issue could better to just replace.
Found a weird behavior with the "then banner" 👀
The then banner shows the next instruction after the immediate one and the maneuver is wrong.
Route
After some 🕵️ the data seems to be 👌 so I guess it's an issue related to how we're populating the model. My hunch is that we're updating the model sooner than shouldn't because the next next instruction is a turn left. As you can 👀 in the video ☝️ this only affects the maneuver (turn left when should be right) - text is 🆗 (
Calle Humanista Frederic Furio)Noting that there's a whole
subcomponent that we aren't consuming so in order to fix this issue could better to just replace.