-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't drop partially unsupported GTFS-RT messages (#159)
* Don't drop only partially supported GTFS-RT messages Previously all messages containing unsupported fields like (alert or vehicle) were ignored, even if they contained an understandable trip_update. Now all possible warnings are emitted, not just the first fatal one. This commit also changes the debug output to show the names of the relevant fields to make it easier to debug GTFS-RT feeds without looking at the MOTIS source code. * refactor --------- Co-authored-by: Felix Gündling <[email protected]>
- Loading branch information
1 parent
2cf648a
commit f647fb6
Showing
1 changed file
with
36 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters