Skip to content

Commit

Permalink
Merge pull request #64 from tomkv/master
Browse files Browse the repository at this point in the history
Add additional route types
  • Loading branch information
jarondl authored Nov 20, 2021
2 parents 8df4bd4 + 179d849 commit bdeae2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygtfs/gtfs_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ class Route(Base):
# https://developers.google.com/transit/gtfs/reference/extended-route-types
valid_extended_route_types = [
range(8),
range(11, 13),
range(100, 118),
range(200, 210),
[300],
Expand Down

0 comments on commit bdeae2a

Please sign in to comment.