mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
parseLocation: expose stop.isMeta
This commit is contained in:
parent
e5dafa0d48
commit
e46d6cd588
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ const parseLocation = (profile, opt, {lines}, l) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ('pCls' in l) stop.products = profile.parseProducts(l.pCls)
|
if ('pCls' in l) stop.products = profile.parseProducts(l.pCls)
|
||||||
|
if ('meta' in l) stop.isMeta = !!l.meta
|
||||||
|
|
||||||
if (
|
if (
|
||||||
opt.linesOfStops &&
|
opt.linesOfStops &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue