Skip to content

Commit f596ae1

Browse files
committed
Website updates
1 parent 696db75 commit f596ae1

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

dist/en/main/examples/common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/source/GeoZarr.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @property {string} url The Zarr URL.
77
* @property {string} group The group with arrays to render.
88
* @property {Array<string>} bands The band names to render.
9-
* @property {import("../proj.js").ProjectionLike} [projection] Source projection. If not provided, the GeoTIFF metadata
9+
* @property {import("../proj.js").ProjectionLike} [projection] Source projection. If not provided, the GeoZarr metadata
1010
* will be read for projection information.
1111
* @property {number} [transition=250] Duration of the opacity transition for rendering.
1212
* To disable the opacity transition, pass `transition: 0`.
@@ -140,7 +140,7 @@ export type Options = {
140140
*/
141141
bands: Array<string>;
142142
/**
143-
* Source projection. If not provided, the GeoTIFF metadata
143+
* Source projection. If not provided, the GeoZarr metadata
144144
* will be read for projection information.
145145
*/
146146
projection?: import("../proj.js").ProjectionLike;

dist/en/main/ol/source/GeoZarr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import DataTileSource from './DataTile.js';
1111
import {parseTileMatrixSet} from './ogcTileUtil.js';
1212

1313
const REQUIRED_ZARR_CONVENTIONS = [
14-
'd35379db-88df-4056-af3a-620245f8e347', // multisacles
14+
'd35379db-88df-4056-af3a-620245f8e347', // multiscales
1515
'f17cb550-5864-4468-aeb7-f3180cfb622f', // proj:
1616
'689b58e2-cf7b-45e0-9fff-9cfc0883d6b4', // spatial:
1717
];
@@ -25,7 +25,7 @@ const REQUIRED_ZARR_CONVENTIONS = [
2525
* @property {string} url The Zarr URL.
2626
* @property {string} group The group with arrays to render.
2727
* @property {Array<string>} bands The band names to render.
28-
* @property {import("../proj.js").ProjectionLike} [projection] Source projection. If not provided, the GeoTIFF metadata
28+
* @property {import("../proj.js").ProjectionLike} [projection] Source projection. If not provided, the GeoZarr metadata
2929
* will be read for projection information.
3030
* @property {number} [transition=250] Duration of the opacity transition for rendering.
3131
* To disable the opacity transition, pass `transition: 0`.

0 commit comments

Comments
 (0)