Skip to content

Commit c7a655e

Browse files
committed
Re-add prelim spaces
1 parent 01d58a1 commit c7a655e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

latest/index.bs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -291,25 +291,25 @@ The requirements (only `scale` and `translation`, restrictions on order) are in
291291
Each "multiscales" dictionary:
292292

293293
* 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.
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.
296296

297297
* SHOULD contain the field "name" which is informative to users but not sufficient for unique identifiation.
298298

299299
* 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,
302-
ke.g., "urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6" and SHOULD use
303-
a compliant generator to minimize potential conflicts.
300+
[RFC 4122](https://www.ietf.org/rfc/rfc4122.txt) compliant
301+
string representation of a universally unique identifier,
302+
ke.g., "urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6" and SHOULD use
303+
a compliant generator to minimize potential conflicts.
304304

305305
* SHOULD contain the field "version", which indicates the version of the
306-
multiscale metadata of this image (current version is [NGFFVERSION]).
306+
multiscale metadata of this image (current version is [NGFFVERSION]).
307307

308308
* SHOULD contain the field "type", which gives the type of downscaling method
309-
used to generate the multiscale image pyramid.
309+
used to generate the multiscale image pyramid.
310310

311311
* SHOULD contain the field "metadata", which contains a dictionary with
312-
additional information about the downscaling method.
312+
additional information about the downscaling method.
313313

314314
<pre class=include-code>
315315
path: examples/valid_strict/multiscales_example.json

0 commit comments

Comments
 (0)