-
Notifications
You must be signed in to change notification settings - Fork 98
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
We don't always see the planned route - why? #544
Comments
@NoamGaash Can you give a case where this is happening? I can't reproduce the issue... |
sure |
@NoamGaash The planned route only shows if the data from the API exists - as it appears here (in the example case you gave), the API returns an empty array so there is nothing to show.
What do you think? |
@itsoriki [
{
"id": 74536249,
"gtfs_route_id": 4804646,
"journey_ref": "4191144_040524",
"start_time": "2024-05-05T02:00:00+00:00",
"end_time": "2024-05-05T02:43:28+00:00",
"gtfs_route__date": "2024-05-05",
"gtfs_route__line_ref": 2294,
"gtfs_route__operator_ref": 5,
"gtfs_route__route_short_name": "9",
"gtfs_route__route_long_name": "מסוף הטייסים-תל אביב יפו<->קריית חינוך-תל אביב יפו-20",
"gtfs_route__route_mkt": "17009",
"gtfs_route__route_direction": "2",
"gtfs_route__route_alternative": "0",
"gtfs_route__agency_name": "דן",
"gtfs_route__route_type": "3"
}
] seems like there was a planned ride to 5:25 on the GTFS data, but not on the siri data.
I wonder whether it's related |
@NoamGaash |
I'm not sure. Investigation is a good first step |
@NoamGaash |
See this, it can be related |
When going to the map-by-line page (מפה לפי קו), we don't always see both planned and actual route.
Why?
Any help with investigating it will be appreciated
The text was updated successfully, but these errors were encountered: