Skip to content

v0.2.47..v0.2.48 changeset BuildingOutlineRemoveOp.h

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/BuildingOutlineRemoveOp.h b/hoot-core/src/main/cpp/hoot/core/ops/BuildingOutlineRemoveOp.h
index a20d4d0..ead2557 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/BuildingOutlineRemoveOp.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/BuildingOutlineRemoveOp.h
@@ -41,8 +41,7 @@ class OsmMap;
 class Relation;
 
 /**
- * Goes through all building relations and updates the outline of the building by taking the union
- * of all the building parts.
+ * Goes through all building relations and removes features with the outline role.
  */
 class BuildingOutlineRemoveOp : public OsmMapOperation, public Serializable,
   public OperationStatusInfo
Clone this wiki locally