Add support for the 'straight' maneuver direction (#4995)
Add support for the 'straight' maneuver direction
This commit is contained in:
@@ -844,6 +844,10 @@ void ExtractionContainers::PrepareManeuverOverrides()
|
||||
{
|
||||
result.second = guidance::DirectionModifier::Right;
|
||||
}
|
||||
else if (direction_string == "straight")
|
||||
{
|
||||
result.second = guidance::DirectionModifier::Straight;
|
||||
}
|
||||
|
||||
return result;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user