Skip to content

v0.2.48..v0.2.49 changeset MetadataTags.h

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/schema/MetadataTags.h b/hoot-core/src/main/cpp/hoot/core/schema/MetadataTags.h
index a9a4015..d7e35c0 100644
--- a/hoot-core/src/main/cpp/hoot/core/schema/MetadataTags.h
+++ b/hoot-core/src/main/cpp/hoot/core/schema/MetadataTags.h
@@ -132,6 +132,8 @@ public:
   inline static const QString Unknown2()                { return "Unknown2"; }
 
   inline static const QString BuildingPart()            { return "building:part"; }
+  inline static const QString BuildingHeight()          { return "height"; }
+  inline static const QString BuildingLevels()          { return "building:levels"; }
 
   inline static const QString RelationBoundary()        { return "boundary"; }
   inline static const QString RelationBuilding()        { return "building"; }
@@ -155,6 +157,8 @@ public:
   inline static const QString RoleOutline()             { return "outline"; }
   inline static const QString RolePart()                { return "part"; }
   inline static const QString RoleReviewee()            { return "reviewee"; }
+  // temp tag used by BuildingMerger
+  inline static const QString HootMultiPolyRole()      { return "hoot:multi_poly:role"; }
 
   inline static const QString Length()                  { return "length"; }
 
Clone this wiki locally