if ( hasOSM ) {
graphBuilder.addGraphBuilder(new TransitToTaggedStopsGraphBuilderImpl());
graphBuilder.addGraphBuilder(new TransitToStreetNetworkGraphBuilderImpl());
// The stops can be linked to each other once they have links to the street network.
if (params.longDistance && params.useStreetsForLinking && !params.useTransfersTxt) {
graphBuilder.addGraphBuilder(new StreetfulStopLinker());
}
}
gtfsBuilder.setFareServiceFactory(new DefaultFareServiceFactory());
}
if (configFile != null) {