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
{{ message }}
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: