Skip to content

Commit c229c31

Browse files
committed
Merge branch 'refactor-2023-winter' of github.com:GeoTIFF/georaster-layer-for-leaflet into refactor-2023-winter
2 parents caa573c + 5f32437 commit c229c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { Feature, FeatureCollection, Polygon, MultiPolygon } from "geojson"
44

55
export type MaskStrategy = "inside" | "outside";
66

7-
export type PixelValuesToColorFn = (values: number[]) => string;
7+
export type PixelValuesToColorFn = (values: number[]) => string | null;
88

99
export type DebugLevel = 0 | 1 | 2 | 3 | 4 | 5;
1010

0 commit comments

Comments
 (0)