Include real coordinates in debug geojson mode

This commit is contained in:
karenzshea
2016-02-09 21:14:43 -05:00
parent 6077708831
commit 7398bed974
2 changed files with 33 additions and 6 deletions
+2
View File
@@ -23,6 +23,7 @@ struct ContractorConfig
edge_based_graph_path = osrm_input_path.string() + ".ebg";
edge_segment_lookup_path = osrm_input_path.string() + ".edge_segment_lookup";
edge_penalty_path = osrm_input_path.string() + ".edge_penalties";
node_based_graph_path = osrm_input_path.string() + ".nodes";
}
boost::filesystem::path config_file_path;
@@ -36,6 +37,7 @@ struct ContractorConfig
std::string edge_segment_lookup_path;
std::string edge_penalty_path;
std::string node_based_graph_path;
bool use_cached_priority;
unsigned requested_num_threads;