Skip to content

Commit 193b8df

Browse files
committed
chore: fix example
1 parent dc2f68f commit 193b8df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -634,16 +634,16 @@ In the context of multiscales metadata, this could look like this:
634634
"type": "scale",
635635
"scale": [2.0, 2.0],
636636
"input": {"name": "intrinsic"},
637-
"output": {"name": "pixel"}
637+
"output": {"name": "array"}
638638
}
639639
]
640640
}
641641
]
642642
}
643643
```
644644
In this case, the `scale` transformation under `coordinateTransformations`
645-
defines the mapping from the "intrinsic" coordinate system to the unitless "pixel" coordinate system.
646-
Another transformation (e.g. in a `scene`) could then use the "pixel" coordinate system as an input or output to define transformations in pixel units.
645+
defines the mapping from the "intrinsic" coordinate system to the unitless "array" coordinate system.
646+
Another transformation (e.g. in a `scene`) could then use the "array" coordinate system as an input or output to define transformations in array units.
647647
:::
648648

649649

0 commit comments

Comments
 (0)