We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed this on PR #662 but it seems like it's true in production: when I check "Wheelchair accessible", the directions won't use busses. E.g. https://gophillygo.org/map/directions?origin=39.96581%2C-75.183494&originText=Fairmount%20Waterworks%20Interpretive%20Center&mode=TRANSIT%2CWALK&destination=39.9616133%2C-75.1541914&destinationText=990%20Spring%20Garden%20St%2C%20Philadelphia%2C%20Pennsylvania%2C%2019123 Without the wheelchair box checked, it says to take the 43 bus. With the box checked, it doesn't offer that itinerary, instead offering "walk the whole way" or "walk farther than the total distance to get to a PATCO station, ride PATCO one stop, then walk another mile". So that's kind of wacky in its own right, but the main point is: are the SEPTA busses not configured as accessible in our OTP data? Shouldn't they be?
The text was updated successfully, but these errors were encountered:
That is due to the SEPTA GTFS.
GTFS representation of accessibility is limited; it denotes wheelchair accessibility per trip, but for SEPTA, it depends on the vehicle and/or stop.
Sorry, something went wrong.
No branches or pull requests
I noticed this on PR #662 but it seems like it's true in production: when I check "Wheelchair accessible", the directions won't use busses. E.g. https://gophillygo.org/map/directions?origin=39.96581%2C-75.183494&originText=Fairmount%20Waterworks%20Interpretive%20Center&mode=TRANSIT%2CWALK&destination=39.9616133%2C-75.1541914&destinationText=990%20Spring%20Garden%20St%2C%20Philadelphia%2C%20Pennsylvania%2C%2019123
Without the wheelchair box checked, it says to take the 43 bus. With the box checked, it doesn't offer that itinerary, instead offering "walk the whole way" or "walk farther than the total distance to get to a PATCO station, ride PATCO one stop, then walk another mile". So that's kind of wacky in its own right, but the main point is: are the SEPTA busses not configured as accessible in our OTP data? Shouldn't they be?
The text was updated successfully, but these errors were encountered: