mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
parent
237c1428c4
commit
9203ed1481
1 changed files with 3 additions and 1 deletions
4
parse.js
4
parse.js
|
@ -139,9 +139,11 @@ const journey = (tz, s, ln, r, p = part) => (c) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// todos from derhuerst/hafas-client#2
|
||||||
|
// - stdStop.dCncl
|
||||||
|
// - stdStop.dPlatfS, stdStop.dPlatfR
|
||||||
// todo: what is d.jny.dirFlg?
|
// todo: what is d.jny.dirFlg?
|
||||||
// todo: d.stbStop.dProgType
|
// todo: d.stbStop.dProgType
|
||||||
// todo: what is d.stbStop.dTimeR?
|
|
||||||
// tz = timezone, s = stations, ln = lines, r = remarks
|
// tz = timezone, s = stations, ln = lines, r = remarks
|
||||||
const departure = (tz, s, ln, r) => (d) => {
|
const departure = (tz, s, ln, r) => (d) => {
|
||||||
const result = {
|
const result = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue