You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In StopTime, it is not possible to set the timepoint flag for a stop time to 0 (approximate). If you call StopTime.setTimepoint(0), and then export the feed, 0 is seen as the default value for that field and the field is left empty. But zero does not mean the same as an empty field:
empty - Times are considered exact.
0 - Times are considered approximate.
1 - Times are considered exact.
The text was updated successfully, but these errors were encountered:
mattwigway
added a commit
to conveyal/gtfs-editor
that referenced
this issue
Feb 5, 2015
I've updated the module to better support timepoint semantics. Do you want to try a SNAPSHOT build of onebusaway-gtfs to verify the behavior matches what you expect?
In StopTime, it is not possible to set the timepoint flag for a stop time to 0 (approximate). If you call StopTime.setTimepoint(0), and then export the feed, 0 is seen as the default value for that field and the field is left empty. But zero does not mean the same as an empty field:
The text was updated successfully, but these errors were encountered: