We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1850c commit 183fdc8Copy full SHA for 183fdc8
src/layer/BYOCLayer.ts
@@ -147,7 +147,7 @@ export class BYOCLayer extends AbstractSentinelHubV3Layer {
147
): Promise<ProcessingPayload> {
148
await this.updateLayerFromServiceIfNeeded(reqConfig);
149
150
- if (this.shouldUseLowResolutionCollection(params.bbox, payload.output.width)) {
+ if (this.shouldUseLowResolutionCollection(params?.bbox, payload.output.width)) {
151
payload.input.data[datasetSeqNo].type = this.getTypeIdLowRes();
152
} else {
153
payload.input.data[datasetSeqNo].type = this.getTypeId();
0 commit comments