change some default values
This commit is contained in:
parent
760998144f
commit
db437e1d95
2 changed files with 7 additions and 7 deletions
|
|
@ -269,7 +269,7 @@ void MotConfigReader::parse(const std::vector<std::string>& paths,
|
|||
double ref = p.getDouble(secStr, "osm_max_osm_station_distance");
|
||||
cfg.osmBuildOpts.maxOsmStationDistances.push_back(ref);
|
||||
} else {
|
||||
cfg.osmBuildOpts.maxOsmStationDistances.push_back(10);
|
||||
cfg.osmBuildOpts.maxOsmStationDistances.push_back(15);
|
||||
}
|
||||
|
||||
if (p.hasKey(secStr, "osm_max_node_block_distance")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue