Added location dependent data
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user