Interface CogResolutionExperimental

interface CogResolution {
    unit?: string;
    x: number;
    y: number;
}

Properties

Properties

unit?: string
x: number

Positive pixel width in CRS units.

y: number

Positive pixel height in CRS units.