Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mention transition location_type #73

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -148,6 +148,7 @@ For specifying a <span class="label label-location">Location</span> use the `loc
* `indoor`
* `outdoor`
* `abstract`
* `transition`

The parent location approach also allows the normal usage of `-[CONNECTED_TO]->` relationships between
<span class="label label-location">indoor:Locations</span> as well as <span class="label label-location">outdoor:Locations</span>. The following example shows a graph of the institute building and the relationships between the <span class="label label-location">Locations</span>:
Expand Down