Closed answerquest closed 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.
findChunk
smallestChunk
solved in latest commit v3.0.1, will be formally included in v3.1.0 release.
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
andsmallestChunk
.