transitSegment.routes = transitSegment.routes.map((route) => Object.assign({}, route, {
          id: routeIdxToId[route.routeIdx]
        }))