conveyal / otp.js

OTP Javascript Client & Data Bindings
MIT License
19 stars 20 forks source link

add wheelchair accessibility option #36

Closed kpwebb closed 4 years ago

kpwebb commented 9 years ago

This needs to be included in the UI but disableable (and disabled for most production purposes) given that most/many agencies don't specify wheelchair service.

As an option we might want to show where the is unknown (e.g. allow someone to specify a wheelchair trip, but say if this is known/unknown for a given result)

trevorgerhardt commented 9 years ago

Added checkbox that adds the flag to the OTP query in 212cf2d3d01dcbf765cc764daece65f92ead83f2

screenshot 2015-04-07 12 05 50

trevorgerhardt commented 9 years ago

Need more info on how to go about working on the second part. Results still get returned the same way without any information indicating their accessibility. Are there additional queries that need to be made or changes made in OTP to support?