mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09: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 ('meta' in l) stop.isMeta = !!l.meta
|
||||
|
||||
if (
|
||||
opt.linesOfStops &&
|
||||
|
|
Loading…
Add table
Reference in a new issue