Skip to content

v0.2.51..v0.2.52 changeset SuperfluousWayRemover.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/SuperfluousWayRemover.h b/hoot-core/src/main/cpp/hoot/core/ops/SuperfluousWayRemover.h
index 5bd5caf..b15f555 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/SuperfluousWayRemover.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/SuperfluousWayRemover.h
@@ -44,6 +44,8 @@ class OsmMap;
 /**
  * Removes all ways that are not being used by relations that contain zero nodes, or all the nodes
  * are identical.
+ *
+ * @todo what about one node ways?
  */
 class SuperfluousWayRemover : public OsmMapOperation, public OperationStatusInfo
 {
Clone this wiki locally