Consolidate data loading

This commit is contained in:
Patrick Niklaus
2017-03-14 23:39:52 +00:00
committed by Patrick Niklaus
parent 809d8a7d03
commit ed143b503d
2 changed files with 70 additions and 79 deletions
+2
View File
@@ -47,6 +47,7 @@ struct UpdaterConfig final
turn_duration_penalties_path = osrm_input_path.string() + ".turn_duration_penalties";
turn_penalties_index_path = osrm_input_path.string() + ".turn_penalties_index";
node_based_graph_path = osrm_input_path.string() + ".nodes";
edge_data_path = osrm_input_path.string() + ".edges";
geometry_path = osrm_input_path.string() + ".geometry";
rtree_leaf_path = osrm_input_path.string() + ".fileIndex";
datasource_names_path = osrm_input_path.string() + ".datasource_names";
@@ -61,6 +62,7 @@ struct UpdaterConfig final
std::string turn_duration_penalties_path;
std::string turn_penalties_index_path;
std::string node_based_graph_path;
std::string edge_data_path;
std::string geometry_path;
std::string rtree_leaf_path;