-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.53..v0.2.54 changeset OsmSchemaJs.h
Garret Voltz edited this page Mar 31, 2020
·
1 revision
diff --git a/hoot-js/src/main/cpp/hoot/js/schema/OsmSchemaJs.h b/hoot-js/src/main/cpp/hoot/js/schema/OsmSchemaJs.h
index 885fdce..0957a24 100644
--- a/hoot-js/src/main/cpp/hoot/js/schema/OsmSchemaJs.h
+++ b/hoot-js/src/main/cpp/hoot/js/schema/OsmSchemaJs.h
@@ -54,6 +54,9 @@ private:
static void getTagByCategory(const v8::FunctionCallbackInfo<v8::Value>& args);
static void getTagVertex(const v8::FunctionCallbackInfo<v8::Value>& args);
static void isAncestor(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void isGeneric(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void hasType(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void explicitTypeMismatch(const v8::FunctionCallbackInfo<v8::Value>& args);
static void score(const v8::FunctionCallbackInfo<v8::Value>& args);
static void scoreTypes(const v8::FunctionCallbackInfo<v8::Value>& args);
@@ -74,6 +77,7 @@ private:
static void isPoi(const v8::FunctionCallbackInfo<v8::Value>& args);
static void isRailway(const v8::FunctionCallbackInfo<v8::Value>& args);
static void isHighway(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void isNonBuildingArea(const v8::FunctionCallbackInfo<v8::Value>& args);
/**
* See description in rules/HootLib.js isSpecificallyConflatable method