@@ -159,6 +159,7 @@ route_map_t read_routes(source_idx_t const src,
159159 utl::csv_col<utl::cstr, UTL_NAME(" agency_id" )> agency_id_;
160160 utl::csv_col<utl::cstr, UTL_NAME(" route_short_name" )> route_short_name_;
161161 utl::csv_col<utl::cstr, UTL_NAME(" route_long_name" )> route_long_name_;
162+ utl::csv_col<utl::cstr, UTL_NAME(" route_url" )> route_url_;
162163 utl::csv_col<utl::cstr, UTL_NAME(" route_desc" )> route_desc_;
163164 utl::csv_col<std::uint16_t , UTL_NAME(" route_type" )> route_type_;
164165 utl::csv_col<utl::cstr, UTL_NAME(" route_color" )> route_color_;
@@ -206,6 +207,8 @@ route_map_t read_routes(source_idx_t const src,
206207 r.route_short_name_ ->view (), r.route_id_ ->view ()),
207208 i18n.get (t::kRoutes , f::kRouteLongName ,
208209 r.route_long_name_ ->view (), r.route_id_ ->view ()),
210+ i18n.get (t::kRoutes , f::kRouteURL , r.route_url_ ->view (),
211+ r.route_id_ ->view ()),
209212 route_type_t {*r.route_type_ },
210213 {.color_ = to_color (r.route_color_ ->view ()),
211214 .text_color_ = to_color (r.route_text_color_ ->view ())},
0 commit comments