Address two requirements for bringing on another provider.
An issue arose in which a route object was present in the data but did not contain any features. this creates a problem when we try to extract the start/end points of the trip. we handle that by setting the start/end points to (0, 0), which is how we were already handling trips with a missing route object.
Address two requirements for bringing on another provider.
An issue arose in which a
route
object was present in the data but did not contain any features. this creates a problem when we try to extract the start/end points of the trip. we handle that by setting the start/end points to (0, 0), which is how we were already handling trips with a missingroute
object.Support for basic HTTP auth