From 603ee9eec3f761e977534d8a7221ff705c5fe398 Mon Sep 17 00:00:00 2001 From: Norwin Date: Fri, 3 Sep 2021 16:05:24 +0200 Subject: [PATCH] mention transition location_type --- docs/data.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/data.md b/docs/data.md index 7375d59..87c1d4b 100644 --- a/docs/data.md +++ b/docs/data.md @@ -68,7 +68,7 @@ As it can be seen in the previous example graph, there are 4 main nodes (or enti * `description` (String): optional description of the location * `lat` (Float): Latitude value of the location * `lng` (Float): Longitude value of the location -* `location_type` (String, options: `indoor`, `outdoor`, `abstract`): type of the location +* `location_type` (String, options: `indoor`, `outdoor`, `abstract`, `transition`): type of the location ## 2.3. Videos @@ -148,6 +148,7 @@ For specifying a Location use the `loc * `indoor` * `outdoor` * `abstract` +* `transition` The parent location approach also allows the normal usage of `-[CONNECTED_TO]->` relationships between indoor:Locations as well as outdoor:Locations. The following example shows a graph of the institute building and the relationships between the Locations: