feat: LongerLane support
This commit is contained in:
parent
bf878dc2c6
commit
bbfeabc0e4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class MapboxMapper {
|
||||||
"roundabout" -> {
|
"roundabout" -> {
|
||||||
state.direction.out = OutType.RightRoundabout
|
state.direction.out = OutType.RightRoundabout
|
||||||
}
|
}
|
||||||
|
"fork" -> state.direction.out = OutType.LongerLane
|
||||||
"arrive" -> {
|
"arrive" -> {
|
||||||
state.flag = true
|
state.flag = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue