Skip to content

v0.2.49..v0.2.50 changeset CookieCutter.cpp

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/CookieCutter.cpp b/hoot-core/src/main/cpp/hoot/core/conflate/CookieCutter.cpp
index d0ea0c7..32f5a7c 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/CookieCutter.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/CookieCutter.cpp
@@ -101,6 +101,7 @@ void CookieCutter::cut(OsmMapPtr& cutterShapeOutlineMap, OsmMapPtr& doughMap)
   OsmMapPtr cookieCutMap = doughMap;
 
   // clean up any ugly bits left over
+  // TODO: This can be removed now, since its already happening in MapCropper, right?
   SuperfluousWayRemover::removeWays(cookieCutMap);
   SuperfluousNodeRemover::removeNodes(cookieCutMap);
 
Clone this wiki locally