google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
679 stars 254 forks source link

Cannot show the route detail #512

Open JeffYang0706 opened 4 years ago

JeffYang0706 commented 4 years ago

Hi all, After importing the GTFS data (tried different data), when I click a specific route, it doesn't extend the "blue box" to show the route detail info. And the route doesn't appear on the map, either.

Got the error below: File "F:\gtfs\transitfeed-master\transitfeed\trip.py", line 767, in SortListOfTripByTime trips.sort(key=GetStartTime) NameError: global name 'GetStartTime' is not defined

Could someone kindly help me how to solve this problem? Many thanks.

tracy-git123 commented 4 years ago

see fix