We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5531cac commit e82b51dCopy full SHA for e82b51d
src/tools/routed.cpp
@@ -135,8 +135,8 @@ inline unsigned generateServerProgramOptions(const int argc,
135
value<int>(&config.max_alternatives)->default_value(3),
136
"Max. number of alternatives supported in the MLD route query") //
137
("max-matching-radius",
138
- value<double>(&config.max_radius_map_matching)->default_value(5),
139
- "Max. radius size supported in map matching query");
+ value<double>(&config.max_radius_map_matching)->default_value(-1.0),
+ "Max. radius size supported in map matching query. Default: unlimited.");
140
141
// hidden options, will be allowed on command line, but will not be shown to the user
142
boost::program_options::options_description hidden_options("Hidden options");
0 commit comments