mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
parse Y
hints
This commit is contained in:
parent
e867dac2ab
commit
aa0f0118db
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ const parseHint = (profile, h, icons) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (h.type === 'D' || h.type === 'U' || h.type === 'R' || h.type === 'N') {
|
if (h.type === 'D' || h.type === 'U' || h.type === 'R' || h.type === 'N' || h.type === 'Y') {
|
||||||
// todo: how can we identify the individual types?
|
// todo: how can we identify the individual types?
|
||||||
// todo: does `D` mean "disturbance"?
|
// todo: does `D` mean "disturbance"?
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Reference in a new issue