Skip to content

v0.2.47..v0.2.48 changeset WayJoinerBasic.h

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/WayJoinerBasic.h b/hoot-core/src/main/cpp/hoot/core/algorithms/WayJoinerBasic.h
index 642ebca..e784900 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/WayJoinerBasic.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/WayJoinerBasic.h
@@ -51,6 +51,8 @@ public:
    */
   static void joinWays(const OsmMapPtr& map);
 
+  virtual QString getDescription() const override
+  { return "Rejoins ways split during pre-conflation cleaning or conflation matching."; }
 };
 
 }
Clone this wiki locally