Skip to content

Commit

Permalink
chore: rewrite a tiny bit
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Jun 27, 2024
1 parent b8c96a4 commit 7b796b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/examples/image360.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Once the data is ingested, a set of 360 images can be added to the viewer with `
`datasource` describes the source data type used for storing the 360 images.
Currently, the supported `datasource`s are `'events'` and `'datamodels'`.
The `second` argument describes the filter that is used when fetching data from the data source.
For events, is a generic key-value pair and can point to any metdata that was set during ingestion. For datamodels, this is an identifier consisting of the Data Models `externalId` and `space` of the relevant 360 collection.
For events, this is a generic key-value pair and can point to any metdata that was set during ingestion. For datamodels, this is an identifier consisting of the Data Models `externalId` and `space` of the relevant 360 collection instance.
`viewer.add360ImageSet(...)` will return a `Image360Collection` which contains each of the `image360` entities for this given set.
The definition of `Image360Collection` can be found [here.](../api/@cognite/reveal/interfaces/Image360Collection)

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b796b4

Please sign in to comment.