Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

ScheduleViewer Index marker class missing methods #520

Open
onowakow opened this issue Aug 18, 2022 · 1 comment
Open

ScheduleViewer Index marker class missing methods #520

onowakow opened this issue Aug 18, 2022 · 1 comment

Comments

@onowakow
Copy link

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.

@onowakow
Copy link
Author

This is associated with labeled_marker.js

markerwithlabel.js is imported in index.html, but labeled_marker is not.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant