fix: ManeuverMapper minor works

This commit is contained in:
Piotr Dec 2024-07-14 19:09:42 +02:00
parent e05c4ee401
commit eadfd7da47
Signed by: stawros
GPG key ID: F89F27AD8F881A91

View file

@ -32,6 +32,7 @@ class ManeuverMapper {
"roundabout" -> {
when (this.degrees) {
137.0 -> state.direction.outAngle = OutAngle.EasyRight
180.0 -> state.direction.outAngle = OutAngle.Straight
}
}
}
@ -59,7 +60,11 @@ class ManeuverMapper {
}
}
}
this.laneGuidance?.apply {
this.allLanes.apply {
println()
}
}
}
return state