From e46d6cd58807ea55d0b3394da15321c210c74cac Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 30 Jun 2019 13:21:25 +0200 Subject: [PATCH] parseLocation: expose stop.isMeta --- parse/location.js | 1 + 1 file changed, 1 insertion(+) 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 &&