// cpf.bind(RemainingWeightHeuristicFactory.class,
// new DefaultRemainingWeightHeuristicFactoryImpl());
}
planGenerator = new PlanGenerator(graphService, pathService);
tileRendererManager = new TileRendererManager(graphService);
// Optional Analyst Modules.
if (params.analyst) {
tileCache = new TileCache(graphService);
sptCache = new SPTCache(sptServiceFactory, graphService);