Skip to content

Commit fc26c89

Browse files
committed
Fix bullet points
1 parent e78d386 commit fc26c89

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

latest/index.bs

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -289,16 +289,17 @@ The length of the `scale` and `translation` array MUST be the same as the length
289289
The requirements (only `scale` and `translation`, restrictions on order) are in place to provide a simple mapping from data coordinates to physical coordinates while being compatible with the general transformation spec.
290290

291291
Each "multiscales" dictionary:
292-
* MAY contain the field "coordinateTransformations", describing transformations that are applied to all resolution levels in the same manner.
293-
The transformations MUST follow the same rules about allowed types, order, etc. as in "datasets:coordinateTransformations" and are applied after them.
294-
They can for example be used to specify the `scale` for a dimension that is the same for all resolutions.
295292

296-
* SHOULD contain the field "name" which is informative to users but not sufficient for unique identifiation.
293+
* MAY contain the field "coordinateTransformations", describing transformations that are applied to all resolution levels in the same manner.
294+
The transformations MUST follow the same rules about allowed types, order, etc. as in "datasets:coordinateTransformations" and are applied after them.
295+
They can for example be used to specify the `scale` for a dimension that is the same for all resolutions.
297296

298-
* SHOULD contain the field "uuid" which is a
299-
[RFC 4122](https://www.ietf.org/rfc/rfc4122.txt) compliant
300-
string representation of a universally unique identifier, e.g., "urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6" and SHOULD use
301-
a compliant generator to minimize potential conflicts.
297+
* SHOULD contain the field "name" which is informative to users but not sufficient for unique identifiation.
298+
299+
* SHOULD contain the field "uuid" which is a
300+
[RFC 4122](https://www.ietf.org/rfc/rfc4122.txt) compliant
301+
string representation of a universally unique identifier, e.g., "urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6" and SHOULD use
302+
a compliant generator to minimize potential conflicts.
302303

303304
* SHOULD contain the field "version", which indicates the version of the
304305
multiscale metadata of this image (current version is [NGFFVERSION]).

0 commit comments

Comments
 (0)