parseLocation: expose stop.isMeta

This commit is contained in:
Jannis R 2019-06-30 13:21:25 +02:00
parent e5dafa0d48
commit e46d6cd588
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -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 &&