Propagating approach parameter to every phantom nodes search function.
Propagating approach parameter for plugins : - tabler - nearest - trip Signed-off-by: FILLAU Jean-Maxime <jean-maxime.fillau@mapotempo.com>
This commit is contained in:
committed by
Patrick Niklaus
parent
089c98a107
commit
82a149eb87
@@ -28,6 +28,8 @@ std::string getWrongOptionHelp(const engine::api::NearestParameters ¶meters)
|
||||
PARAMETER_SIZE_MISMATCH_MSG, "bearings", parameters.bearings, coord_size, help);
|
||||
constrainParamSize(
|
||||
PARAMETER_SIZE_MISMATCH_MSG, "radiuses", parameters.radiuses, coord_size, help);
|
||||
constrainParamSize(
|
||||
PARAMETER_SIZE_MISMATCH_MSG, "approaches", parameters.approaches, coord_size, help);
|
||||
|
||||
return help;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user