Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GTFS+ editor not showing multiple pages for a given table and missing route entities #140

Closed
landonreed opened this issue Dec 7, 2018 · 0 comments
Labels

Comments

@landonreed
Copy link
Contributor

Issue by landonreed
Friday Sep 29, 2017 at 13:15 GMT
Originally opened as catalogueglobal#34


When viewing directions.txt for Tri Delta (Bay Area), only a single page of rows is rendering. There is also an issue where certain route entities are not rendering.

The multiple pages issue seems to be caused by not updating the state variable pageCount.

For missing route entities, there are a few issues. Errors not being caught when fetching routes. The main issue, however, is that the GTFS+ editor is fetching GTFS entities via the MTC two character feedId. This will fetch from the latest published version, not the version of GTFS+ data currently being edited. So if there are new routes or stops in the version being edited that are not found in the 'published' version, they will be missing. This should be fixed to fetch entities from the versionId (not two character MTC feed source ID).

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

No branches or pull requests

1 participant