Skip to content

Commit 341a5c7

Browse files
Remove invalid parameters in constructor
1 parent dc7d930 commit 341a5c7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

stories/s5pl2.stories.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ import {
77
BBox,
88
MimeTypes,
99
ApiType,
10-
Polarization,
11-
AcquisitionMode,
12-
Resolution,
1310
} from '../dist/sentinelHub.esm';
1411

1512
if (!process.env.INSTANCE_ID) {
@@ -201,9 +198,7 @@ export const getMapProcessingWithoutInstance = () => {
201198
function evaluatePixel(sample) {
202199
return [2.5 * sample.CO, 2.5 * sample.CO, 2.5 * sample.CO];
203200
}
204-
`,null, null, null, null, AcquisitionMode.EW, Polarization.DH, Resolution.MEDIUM
205-
206-
);
201+
`);
207202

208203
const getMapParams = {
209204
bbox: bbox,

0 commit comments

Comments
 (0)