diff --git a/parse/location.js b/parse/location.js index 126829b7..67a32537 100644 --- a/parse/location.js +++ b/parse/location.js @@ -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 &&