We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c59a9 commit 34acd30Copy full SHA for 34acd30
3 files changed
src/sidebar/instructions/Instructions.tsx
@@ -12,6 +12,8 @@ import right from './right.png'
12
import sharpRight from './sharp_right.png'
13
import roundabout from './roundabout.png'
14
import keepRight from './keep_right.png'
15
+import ferry from './ferry.png'
16
+import unknown from './unknown.png'
17
import uTurnRight from './u_turn_right.png'
18
import ptStartTrip from './pt_start_trip.png'
19
import ptTransferTo from './pt_transfer_to.png'
@@ -110,13 +112,15 @@ function getSignName(sign: number) {
110
112
return keepRight
111
113
case 8:
114
return uTurnRight
115
+ case 9:
116
+ return ferry
117
case 101:
118
return ptStartTrip
119
case 102:
120
return ptTransferTo
121
case 103:
122
return ptEndTrip
123
default:
- return 'unknown'
124
+ return unknown
125
}
126
src/sidebar/instructions/ferry.png
16.6 KB
src/sidebar/instructions/unknown.png
4.63 KB
0 commit comments