Skip to content

Commit eff93d8

Browse files
committed
change AbstractSentinelHubV3WithCCLayer to more descriptive one
1 parent 0c5b573 commit eff93d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layer/AbstractSentinelHubV3WithCCLayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { BBox } from 'src/bbox';
22
import { PaginatedTiles } from 'src/layer/const';
33
import { AbstractSentinelHubV3Layer } from './AbstractSentinelHubV3Layer';
44

5-
// this class provides any SHv3-specific functionality to the subclasses:
5+
// same as AbstractSentinelHubV3Layer, but with maxCloudCoverPercent (for layers which support it)
66
export class AbstractSentinelHubV3WithCCLayer extends AbstractSentinelHubV3Layer {
77
public maxCloudCoverPercent: number;
88

0 commit comments

Comments
 (0)