We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In stadtnavi, Route 794 is shown as Bus. Expected is OnDemand Taxi (displaying the phone number to book in advance).
While the original GTFS Feed correctly describes this route as OnDemand Service (route_type=715):
route_type=715
grep 794 routes.txt "de:vvs:31794_:","VVS","794","Vogelsang - Herrenberg ZOB - Tailfingen","3","FF0000","FFFFFF","VVS_ticketing" "de:vvs:50794_:","VVS","RT794","Herrenberg - Gültst.- Tailfingen","715","002feb","FFB300","VVS_ticketing"
OTP returns it currently as route_type 3:
Apparently, in the GTFS transformation pipeline route_type 715 is converted to 3, as the merged GTFS-Feed lists the route as of route_type=3.
715
3
route_type=3
grep 794 routes.txt VVS,de:vvs:31794_:,794,Vogelsang - Herrenberg ZOB - Tailfingen,3,FF0000,FFFFFF,-999 VVS,de:vvs:50794_:,RT794,Herrenberg - Gültst.- Tailfingen,3,002FEB,FFB300,-999
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In stadtnavi, Route 794 is shown as Bus. Expected is OnDemand Taxi (displaying the phone number to book in advance).
While the original GTFS Feed correctly describes this route as OnDemand Service (
route_type=715
):OTP returns it currently as route_type 3:
Apparently, in the GTFS transformation pipeline route_type
715
is converted to3
, as the merged GTFS-Feed lists the route as ofroute_type=3
.The text was updated successfully, but these errors were encountered: