This repository was archived by the owner on Nov 30, 2023. It is now read-only.

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