fix misnamed turning_circle parameter
This commit is contained in:
parent
1e516f4d2b
commit
749044ce97
5 changed files with 142 additions and 81 deletions
|
|
@ -152,9 +152,9 @@ void MotConfigReader::parse(const std::vector<std::string>& paths,
|
|||
}
|
||||
}
|
||||
|
||||
if (p.hasKey(secStr, "osm_filter_turning_cycle")) {
|
||||
if (p.hasKey(secStr, "osm_filter_turning_circle")) {
|
||||
for (const auto& kvs :
|
||||
p.getStrArr(sec.first, "osm_filter_turning_cycle", ' ')) {
|
||||
p.getStrArr(sec.first, "osm_filter_turning_circle", ' ')) {
|
||||
auto fRule = getFRule(kvs);
|
||||
cfg.osmBuildOpts.turnCycleFilter[fRule.kv.first].insert(
|
||||
osm::AttrFlagPair(fRule.kv.second, getFlags(fRule.flags)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue