mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
parseMovement: empty default polylines arr 🐛
This commit is contained in:
parent
9a0bfc39a4
commit
39aac10a17
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
'use strict'
|
||||
|
||||
const createParseMovement = (profile, locations, lines, remarks, polylines) => {
|
||||
const createParseMovement = (profile, locations, lines, remarks, polylines = []) => {
|
||||
// todo: what is m.dirGeo? maybe the speed?
|
||||
// todo: what is m.stopL?
|
||||
// todo: what is m.proc? wut?
|
||||
|
|
Loading…
Add table
Reference in a new issue