Skip to content

Commit

Permalink
Remove invalid parameters in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
sinergise-anze committed Feb 7, 2020
1 parent dc7d930 commit 341a5c7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions stories/s5pl2.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import {
BBox,
MimeTypes,
ApiType,
Polarization,
AcquisitionMode,
Resolution,
} from '../dist/sentinelHub.esm';

if (!process.env.INSTANCE_ID) {
Expand Down Expand Up @@ -201,9 +198,7 @@ export const getMapProcessingWithoutInstance = () => {
function evaluatePixel(sample) {
return [2.5 * sample.CO, 2.5 * sample.CO, 2.5 * sample.CO];
}
`,null, null, null, null, AcquisitionMode.EW, Polarization.DH, Resolution.MEDIUM

);
`);

const getMapParams = {
bbox: bbox,
Expand Down

0 comments on commit 341a5c7

Please sign in to comment.