parseMovement: empty default polylines arr 🐛

This commit is contained in:
Jannis R 2018-05-15 23:04:13 +02:00
parent 9a0bfc39a4
commit 39aac10a17
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -1,6 +1,6 @@
'use strict' '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.dirGeo? maybe the speed?
// todo: what is m.stopL? // todo: what is m.stopL?
// todo: what is m.proc? wut? // todo: what is m.proc? wut?