Skip to content

Commit 61426a6

Browse files
committed
Website updates
1 parent 9dc2f52 commit 61426a6

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

dist/en/main/examples/common.js

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/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

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.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.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ export default class GeoZarr extends DataTileSource {
9191
*/
9292
this.resampleMethod_ = options.resample || 'linear';
9393

94+
/**
95+
* @type {number} Number of bands.
96+
*/
97+
this.bandCount = this.bands_.length;
98+
9499
this.setLoader(this.loadTile_.bind(this));
95100

96101
/**

0 commit comments

Comments
 (0)