conveyal / otp.js

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

Fix wheelchair accessibility and replace deprecated TRAINISH mode option #92

Closed landonreed closed 6 years ago

landonreed commented 6 years ago

In OTP v1.0 and later, the TRAINISH mode has been removed. This PR replaces that mode with SUBWAY,TRAM,TRAIN in the default modes and config. It also fixes a bug where the wheelchair_accessible option was not correctly checking the value of that parameter, which resulted in any form change also defaulting the wheelchair value to true.