Added location dependent data

This commit is contained in:
Michael Krasnyk
2017-08-15 13:57:44 +02:00
parent 9a482ff828
commit c9673741de
12 changed files with 285 additions and 15 deletions
+5 -1
View File
@@ -62,7 +62,11 @@ return_code parseArguments(int argc,
->implicit_value(true)
->default_value(false),
"Save conditional restrictions found during extraction to disk for use "
"during contraction");
"during contraction")("location-dependent-data",
boost::program_options::value<boost::filesystem::path>(
&extractor_config.location_dependent_data_path)
->composing(),
"GeoJSON files with location-dependent data");
bool dummy;
// hidden options, will be allowed on command line, but will not be