-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.53..v0.2.54 changeset MetadataTags.h
Garret Voltz edited this page Mar 31, 2020
·
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 15855fb..c8339bc 100644
--- a/hoot-core/src/main/cpp/hoot/core/schema/MetadataTags.h
+++ b/hoot-core/src/main/cpp/hoot/core/schema/MetadataTags.h
@@ -105,6 +105,7 @@ public:
inline static const QString HootReviewSortOrder() { return "hoot:review:sort_order"; }
inline static const QString HootReviewType() { return "hoot:review:type"; }
inline static const QString HootReviewUuid() { return "hoot:review:uuid"; }
+ inline static const QString HootReviewRoadCrossingPolygon() { return "road_crossing_polygon"; }
inline static const QString HootScoreMatch() { return "hoot:score:match"; }
inline static const QString HootScoreMiss() { return "hoot:score:miss"; }
@@ -155,6 +156,7 @@ public:
inline static const QString RelationReview() { return "review"; }
inline static const QString RelationRoute() { return "route"; }
inline static const QString RelationRouteMaster() { return "route_master"; }
+ inline static const QString RelationSite() { return "site"; }
inline static const QString RelationSuperRoute() { return "superroute"; }
inline static const QString RelationWaterway() { return "waterway"; }
inline static const QString RelationType() { return "type"; }