Skip to content
David Turner edited this page Jul 19, 2011 · 2 revisions

VizGui

A graphical interface for visualizing graph data compiled by the opentripplanner-graph-builder module. This is mostly helpful for troubleshooting and debugging purposes, as it allows you to quickly explore a graph.

Running VizGui in command line

After building the project with Maven, browse to opentripplanner-gui/target/ in your command prompt and type:

java -jar opentripplanner-gui-jar-with-dependencies.jar path/to/your/graph

Clone this wiki locally