-
Notifications
You must be signed in to change notification settings - Fork 80
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
Support for Extended GTFS Route Types #645
Comments
Hi @mvanlaar, there is support for this in datatools-server: But you're correct in that the UI does not support these values in the Editor. I hesitate to simply update the I'll take a look at the code and will update this ticket with more info. |
I've added in my local copy the google supported values. Thats working. |
We could try to make it a optgroup for the primary values and a optgroup for the secondary options. |
Yes, that might be a nice solution. Another solution I was considering was using React Select with creatable options: https://react-select.com/creatable |
Added the route types to the GTFS.yml file and then added logic to display the route_type field in an optgroup #645
NOTE: This issue system is intended for reporting bugs and tracking progress in software development. Although this software is licensed with an open-source license, any issue opened here may not be responded to in a timely manner. Conveyal is unable to provide technical support for custom deployments of this software unless your company has a support contract with us. Please remove this note when creating the issue.
Observed behavior (please include a screenshot if possible)
No support for creating and editing routes with Extended GTFS Route Types
Expected behavior
Support for editing Extended GTFS Route Types
Steps to reproduce the problem
I would like to create 1500 Water Taxi Service and 1000 Water Transport Service route types.
Any special notes on configuration used
none
Version of datatools-ui and datatools-server if applicable (exact commit hash or branch name)
UI Version: | 872d61
Server version: | 11e9a8
Is the support for Extended GTFS Route Types on the roadmap? Or is as simple as editing the .yml config files and creating a pull request for this?
The text was updated successfully, but these errors were encountered: