Skip to content

v0.2.55..v0.2.56 changeset MetadataTags.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
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 6083360..6f1c701 100644
--- a/hoot-core/src/main/cpp/hoot/core/schema/MetadataTags.h
+++ b/hoot-core/src/main/cpp/hoot/core/schema/MetadataTags.h
@@ -86,11 +86,12 @@ public:
 
   inline static const QString HootLayername()           { return "hoot:layername"; }
 
+  // These are used by rubbersheeting only...could be a little better named.
   inline static const QString HootMatchOrder()          { return "hoot:match:order"; }
   inline static const QString HootMatchP()              { return "hoot:match:p"; }
   inline static const QString HootMatchScore()          { return "hoot:match:score"; }
+
   inline static const QString HootMatchedBy()           { return "hoot:matchedBy"; }
-  inline static const QString HootSublineMatcherUsed()  { return "hoot:subline:matcher:used"; }
 
   inline static const QString HootPertied()             { return "hoot:pertied"; }
 
@@ -112,6 +113,8 @@ public:
   inline static const QString HootScoreMiss()           { return "hoot:score:miss"; }
   inline static const QString HootScoreReview()         { return "hoot:score:review"; }
   inline static const QString HootScoreUuid()           { return "hoot:score:uuid"; }
+  inline static const QString HootUserName()            { return "hoot:user_name"; }
+  inline static const QString HootUserId()              { return "hoot:user_id"; }
 
   // used with JOSM validation interop; match those used in JosmValidator.java
   inline static const QString HootValidationError()     { return "hoot:validation:error"; }
Clone this wiki locally