Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last stop is sometimes cut off from trips #37

Open
hbruch opened this issue Sep 26, 2024 · 0 comments
Open

Last stop is sometimes cut off from trips #37

hbruch opened this issue Sep 26, 2024 · 0 comments

Comments

@hbruch
Copy link
Member

hbruch commented Sep 26, 2024

In case the destination of a carpool offer corresponds to a stop, that stop might be cut off in the enhanced trip.

E.g. for the following trip, the last stop should be Hochschule Pforzheim. Currently, it's the stop before Pforzheim Seeheim.

{
  "id": "1234",
  "agency": "mfdz",
  "deeplink": "http://mfdz.de",
  "stops": [
    {
      "name": "ABC",
      "lat": 48.616602,
      "lon": 8.779339
    },
    {
      "name": "XYZ",
      "lat": 48.878851,
      "lon": 8.716199
    }
  ],
  "departureTime": "12:34",
  "departureDate": "2022-03-30",
  "lastUpdated": "2022-03-30T12:34:00+00:00"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant