conveyal / otp.js

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

Fix wheelchair option and parse query params on `start` route #90

Closed landonreed closed 7 years ago

landonreed commented 7 years ago

Previously otp.js used the wheelchairAccessible query param and not the correct wheelchair param.

Also, there was previously no way to specify trip query parameters in the start route (i.e., start at a given location with the form pre-populated). This fixes that also.