remove gtfs_has_shapes from stats output, was always true as checked after the shapes were calculated

This commit is contained in:
Patrick Brosi 2022-01-14 17:44:48 +01:00
parent 516f04b9c5
commit ea79e3ac52

View file

@ -394,7 +394,6 @@ int main(int argc, char** argv) {
util::json::Dict{
{"gtfs_num_stations", gtfs[0].getStops().size()},
{"gtfs_num_trips", gtfs[0].getTrips().size()},
{"gtfs_has_shapes", gtfs[0].getShapes().size() > 1},
{"graph_dimension", graphSizes},
{"num_nodes_tot", numNodesTot},
{"num_edges_tot", numEdgesTot},