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.
While testing a GTFS feed, trips will not display stops after a stop is repeated.
I found in /transitfeed/gtfsscheduleviewer/files/index.js a whole number of missing methods on a class typically found in a variable called "marker". For instance, marker.getText() is called in function addStopMarker (172). This causes the for loop at function displayTripStopTimes to terminate before the end of the loop: throws error that .getText() is not a function.
The text was updated successfully, but these errors were encountered:
While testing a GTFS feed, trips will not display stops after a stop is repeated.
I found in /transitfeed/gtfsscheduleviewer/files/index.js a whole number of missing methods on a class typically found in a variable called "marker". For instance, marker.getText() is called in function addStopMarker (172). This causes the for loop at function displayTripStopTimes to terminate before the end of the loop: throws error that .getText() is not a function.
The text was updated successfully, but these errors were encountered: