conveyal/transitive.js

Displaying all possible routes for a bus system

dcunited001 opened this issue · 3 comments

So, my team worked on a project for a hackathon this past weekend where we were planning on mapping data from GTFS and displaying it in a leaflet map with transitive. You can view our code here.

The GTFS data that's been converted to the transitive format is already in the repository, so all you really have to do is component install && component build and open index.html in a browser. In index.js, I'm trying to plot 3 of the bus routes as journeys, but something goes wrong, when the path segments are put together and the path segments have no points.

Can you tell me if this is something that's possible with Transitive? What our bus system is looking for is a stylized interactive map of the bus system and the transitive design looks perfect. Another big thing we were hoping to deliver was uploading the GTFS data to OSM Transport.

👍 @trevorgerhardt Interested in an answer as well!

@dcunited001 Did you find a solution to the documented problems?
If you did, can you share them?

@derhuerst Sorry i don't think I did. Are you experiencing something that sounds similar?

I'm trying to review the state of our project, but i think this is about the last thing we got to. The gist at the time was that it was going to require some custom work or at least a deep dive into the transitive.js source. I think.

It looks like there have been many changes to the transitive.js project since then. At the time, some of the Conveyal/Transitive projects were a bit tough to get running, but did run.

If you have other specific questions, it may jog my memory a bit, but I'm not sure that I can help much with the current state of their projects.