use bus=designated

This commit is contained in:
Patrick Brosi 2018-08-09 20:55:23 +02:00
parent 18c00718f6
commit 967963e180
5 changed files with 29 additions and 7 deletions

View file

@ -128,7 +128,7 @@ int main(int argc, char** argv) {
ShapeBuilder shapeBuilder(&gtfs, cmdCfgMots, motCfg, &ecoll, cfg);
if (cfg.writeGraph) {
LOG(INFO) << "Outputting graph" + filePost + ".json...";
LOG(INFO) << "Outputting graph.json...";
util::geo::output::GeoGraphJsonOutput out;
std::ofstream fstr(cfg.dbgOutputPath + "/graph.json");
out.print(*shapeBuilder.getGraph(), fstr);