Skip to content

Commit 769b1d0

Browse files
committed
docs: add recommendation for coordinate system
1 parent d8c2891 commit 769b1d0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,6 +1978,14 @@ A transformation from instrument3 to instrument1 can be obtained
19781978
by composing the two transformations above.
19791979
:::
19801980

1981+
```{hint} Which coordinate system to display?
1982+
Writers of [`scene`](#scene-md) metadata can signal to viewers which coordinate system use for visualization.
1983+
If a coordinate system is defined under the `coordinateSystems` field of the `scene` metadata, then viewer SHOULD treat the first coordinate system in that list as the default coordinate system for display.
1984+
If no coordinate system is defined therein, but only in the respective linked multiscale groups,
1985+
the first coordinate system in the list of parsed coordinate systems MAY be used as the default coordinate system for display.
1986+
1987+
```
1988+
19811989
## Specification naming style
19821990
(naming-style)=
19831991

0 commit comments

Comments
 (0)