WRI-Cities / static-GTFS-manager

GUI interface for creating, editing, exporting of static GTFS data for a public transit authority
GNU General Public License v3.0
148 stars 46 forks source link

Create chunked table when none exists #117

Closed answerquest closed 6 years ago

answerquest commented 6 years ago

Situation encountered in a GTFS feed that did not have any shapes to begin with. Errors happened because the lookup json and chunk files didn't exist yet.

Handled by editing functions findChunk and smallestChunk.

answerquest commented 6 years ago

solved in latest commit v3.0.1, will be formally included in v3.1.0 release.