DB journeys: fix polylines parsing 🐛, 2.7.5

This commit is contained in:
Jannis R 2018-05-24 13:44:36 +02:00
parent 709b7b4e32
commit 908d53189a
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 3 additions and 3 deletions

View file

@ -59,8 +59,8 @@ const createParseLine = (profile, operators) => {
return parseLineWithMode return parseLineWithMode
} }
const createParseJourney = (profile, stations, lines, remarks) => { const createParseJourney = (profile, stations, lines, remarks, polylines) => {
const parseJourney = _createParseJourney(profile, stations, lines, remarks) const parseJourney = _createParseJourney(profile, stations, lines, remarks, polylines)
// todo: j.sotRating, j.conSubscr, j.isSotCon, j.showARSLink, k.sotCtxt // todo: j.sotRating, j.conSubscr, j.isSotCon, j.showARSLink, k.sotCtxt
// todo: j.conSubscr, j.showARSLink, j.useableTime // todo: j.conSubscr, j.showARSLink, j.useableTime

View file

@ -1,7 +1,7 @@
{ {
"name": "hafas-client", "name": "hafas-client",
"description": "JavaScript client for HAFAS public transport APIs.", "description": "JavaScript client for HAFAS public transport APIs.",
"version": "2.7.4", "version": "2.7.5",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",