-
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
Add shapeId to already existing trips #385
Comments
I believe this is related to #328 and conveyal/gtfs-lib#109. I have a fix for this inbound in gtfs-lib. |
I've downloaded gtfs-lib from that branch and built it locally. After that I've added it locally to maven lib and edited the pom file. Everything started without issues but I cant upload or download the gtfs files. When I rollback to the gtfs-lib used before everything works fine except the issue with no shapes in zip file after download. Do I need to do smth else than editing pom file and installing to the maven lib locally? |
Using the latest commit to dev on datatools-server (ibi-group/datatools-server@29043c1) fixes this issue. |
I've imported a gtfs file without shapes.txt, opened a trip pattern and edited the pattern geometry (using the stops button and than adding some control points).
The shape gets successfully saved, but all the trips that are using this trip pattern still have no shapeId. By using the UI I didn't find any way to assign the shape to already existing trips, only additional, new trips would get the (now existing) shapeId.
Is there a way to add the shapeId to all already existing trips in the schedule of a trip pattern?
The text was updated successfully, but these errors were encountered: