Skip to content

Commit

Permalink
fix: remove duplicate route
Browse files Browse the repository at this point in the history
fixes #45
  • Loading branch information
hbruch committed Sep 24, 2024
1 parent e9d64c1 commit cbdec3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/gtfs-rules/bwgesamt.extract.rule
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{"op":"retain", "match":{"file": "routes.txt", "route_id": "m/rab-.*|vpe-.*|tub-.*|cw-.*|din-.*|ddb-.*|rbs-.*/"}}
# X27 is provided via VVS and tub, we retain VVS, as VVS (hopefully) provides gtfs-rt
{"op":"remove", "match":{"file": "routes.txt", "route_id": "m/tub-15-X27-1/"}}
{"op":"remove", "match":{"file": "routes.txt", "route_id": "m/ddb-92-T.*/"}}
# workaround for https://github.com/mfdz/GTFS-Issues/issues/108
{"op":"update", "match":{"file":"stops.txt", "stop_id":"de:08118:7503"}, "update":{"stop_id":"de:08118:7503:tmp:tmp"}}
Expand Down

0 comments on commit cbdec3f

Please sign in to comment.