--
You received this message because you are subscribed to the Google Groups "OpenTripPlanner Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opentripplanner...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Does anyone know if there exist working mobile friendly OTP frontend?I found this https://github.com/OneStopTransport/OpenTripPlanner which is mobile friendlier. But whole code is in spanish.
The backend for this app is a collection of stub scripts that either just forward proxy to another service, or do some minor compositing/caching/trimming of other services to make mobile requests more efficient.
The trip planning endpoint is an unmodified forwarder to opentrips.phl.io and the only other API endpoint the trip planning feature uses is Google Maps' autocomplete API for the start/destination input form.
Outside of trip planning the app uses a mix of real-time status APIs provided by SEPTA (Philly's transit agency) and NEXT-Transit for GTFS data. We originally set out to use OTPs TransitIndex API for GTFS data but the way it provided route/schedule details was really difficult to work with and we gave up on trying to coalesce it into a format resembling the published schedules. NEXT-Transit is an open source server that you can load GTFS data into and it provides a very clean REST API with schedules smoothed out for human consumption.
If any other groups would want to use this UI my company would be interested in spinning out the trip planner feature into a standalone open-source app, or maybe a template app where you can optionally plug in other sections. It would be awesome if we could figure out how to make the schedule browser work from the OTP's TransitIndex API so that section could be included too and ready to work from any OTP instance. Or maybe a new version of the TransitIndex API could be built with some of the smarts NEXT-Transit offers... any volunteers? :)
--
You received this message because you are subscribed to a topic in the Google Groups "OpenTripPlanner Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/opentripplanner-dev/4FgBmyn0rbM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to opentripplanner...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "OpenTripPlanner Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opentripplanner...@googlegroups.com.