feat: LongerLane support

This commit is contained in:
Piotr Dec 2024-08-01 00:15:57 +02:00
parent bf878dc2c6
commit bbfeabc0e4
Signed by: stawros
GPG key ID: F89F27AD8F881A91

View file

@ -16,7 +16,7 @@ class MapboxMapper {
"roundabout" -> {
state.direction.out = OutType.RightRoundabout
}
"fork" -> state.direction.out = OutType.LongerLane
"arrive" -> {
state.flag = true
}