-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset OsmMapJs.h
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/hoot-js/src/main/cpp/hoot/js/elements/OsmMapJs.h b/hoot-js/src/main/cpp/hoot/js/elements/OsmMapJs.h
index e265f93..cf1a1cc 100644
--- a/hoot-js/src/main/cpp/hoot/js/elements/OsmMapJs.h
+++ b/hoot-js/src/main/cpp/hoot/js/elements/OsmMapJs.h
@@ -68,6 +68,9 @@ private:
static void isMemberOfRelationType(const v8::FunctionCallbackInfo<v8::Value>& args);
static void isMemberOfRelationInCategory(const v8::FunctionCallbackInfo<v8::Value>& args);
static void isMemberOfRelationWithTagKey(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void mergeCollectionRelations(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void getNumRelationMemberNodes(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void relationsHaveConnectedWayMembers(const v8::FunctionCallbackInfo<v8::Value>& args);
OsmMapPtr _map;
ConstOsmMapPtr _constMap;