-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.47..v0.2.48 changeset WayJoinerOp.cpp
Garret Voltz edited this page Sep 27, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/WayJoinerOp.cpp b/hoot-core/src/main/cpp/hoot/core/ops/WayJoinerOp.cpp
index 87361f9..040ebcb 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/WayJoinerOp.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/ops/WayJoinerOp.cpp
@@ -45,6 +45,7 @@ void WayJoinerOp::setConfiguration(const Settings& conf)
{
ConfigOptions options(conf);
_wayJoiner.reset(Factory::getInstance().constructObject<WayJoiner>(options.getWayJoiner()));
+ _wayJoiner->setLeavePid(options.getWayJoinerLeaveParentId());
}
void WayJoinerOp::apply(OsmMapPtr& map)