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 GTFS the values for shape_dist_traveled can have decimal points.
Setting a range of xsd:nonNegativeInteger on gtfs:distanceTraveled thus doesn't make sense
Perhaps it should be xsd:float instead?
In GTFS the values for
shape_dist_traveledcan have decimal points.Setting a range of
xsd:nonNegativeIntegerongtfs:distanceTraveledthus doesn't make sensePerhaps it should be
xsd:floatinstead?