| David Turner, April 7, 2011 | OTP Internals (beta version) | Transit loader |
<bean id="gtfsBuilder" class="org.opentripplanner.graph_builder.impl.GtfsGraphBuilderImpl">
<property name="gtfsBundles">
<bean id="gtfsBundles" class="org.opentripplanner.graph_builder.model.GtfsBundles">
<property name="bundles">
<list>
<bean class="org.opentripplanner.graph_builder.model.GtfsBundle">
<property name="path" value="/path/to/gtfs.zip" />
<property name="defaultAgencyId" value="MTA NYCT" />
</bean>
<!-- more bundles -->
</list>
</property>
</bean>
</property>
</bean>
| Next: Street data Previous |
![]() |
Copyright © 2011, OpenPlans. Licensed under CC BY-SA |