You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Remove all real time trip updates from Raptor timetables
The existing code only remove real time trip updates with modified stop-patterns, not added trips(NeTEx ExtraJourney). If an ExtraJourney is canceled, the first update is not removed.
Copy file name to clipboardExpand all lines: application/src/main/java/org/opentripplanner/routing/algorithm/raptoradapter/transit/mappers/RealTimeRaptorTransitDataUpdater.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ public void update(
214
214
for (TripPatternForDatetripPatternForDate : previouslyUsedPatterns) {
215
215
if (tripPatternForDate.getServiceDate().equals(date)) {
0 commit comments