Skip to content

Commit

Permalink
fix METRO transit mode filter
Browse files Browse the repository at this point in the history
  • Loading branch information
schaerfo authored and felixguendling committed Feb 16, 2025
1 parent 9e0a37c commit 514e2f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/timetable/modes_to_clasz_mask.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ n::routing::clasz_mask_t to_clasz_mask(std::vector<api::ModeEnum> const& mode) {
allow(n::clasz::kRegionalFast);
break;
case api::ModeEnum::REGIONAL_RAIL: allow(n::clasz::kRegional); break;
case api::ModeEnum::METRO: allow(n::clasz::kMetro); break;
default: continue;
}
}
Expand Down

0 comments on commit 514e2f2

Please sign in to comment.