Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Changed Fares Transfers to Fare Transfers #1880

Merged
merged 10 commits into from
Oct 16, 2024
Prev Previous commit
Next Next commit
formatted code
qcdyx committed Oct 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 01486aac46e62f8002ff9e131e7d5cf2a9ab4fdc
Original file line number Diff line number Diff line change
@@ -325,14 +325,12 @@ private void loadPathwayDetailsFeature(GtfsFeedContainer feedContainer) {
List.of((Function<GtfsPathway, Boolean>) GtfsPathway::hasStairCount)));
}


private void loadPathwayConnectionsFeature(GtfsFeedContainer feedContainer) {
specFeatures.put(
new FeatureMetadata("Pathway Connections", "Pathways"),
hasAtLeastOneRecordInFile(feedContainer, GtfsPathway.FILENAME));
new FeatureMetadata("Pathway Connections", "Pathways"),
hasAtLeastOneRecordInFile(feedContainer, GtfsPathway.FILENAME));
}


private void loadTraversalTimeFeature(GtfsFeedContainer feedContainer) {
specFeatures.put(
new FeatureMetadata("In-station Traversal Time", "Pathways"),