You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NavigationMapView declares two gradient stop dictionaries in the form of a tuple, used to calculate the traffic line gradients for both the main route line and its casing:
Following up on #2377 (comment),
NavigationMapView
declares two gradient stop dictionaries in the form of a tuple, used to calculate the traffic line gradients for both the main route line and its casing:It was suggested in #2377 (comment) that this be changed to two parallel properties instead, such as:
However, this declaration causes the gradient stops to be miscalculated - we should look into why this is happening.
* note - the line caps are not rounded in these two screenshots, but since those were taken that has been corrected.
cc @1ec5
The text was updated successfully, but these errors were encountered: