File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ import right from './right.png'
1212import sharpRight from './sharp_right.png'
1313import roundabout from './roundabout.png'
1414import keepRight from './keep_right.png'
15+ import ferry from './ferry.png'
16+ import unknown from './unknown.png'
1517import uTurnRight from './u_turn_right.png'
1618import ptStartTrip from './pt_start_trip.png'
1719import ptTransferTo from './pt_transfer_to.png'
@@ -110,13 +112,15 @@ function getSignName(sign: number) {
110112 return keepRight
111113 case 8 :
112114 return uTurnRight
115+ case 9 :
116+ return ferry
113117 case 101 :
114118 return ptStartTrip
115119 case 102 :
116120 return ptTransferTo
117121 case 103 :
118122 return ptEndTrip
119123 default :
120- return ' unknown'
124+ return unknown
121125 }
122126}
You can’t perform that action at this time.
0 commit comments