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.
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.