We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2debd2a commit 4499de5Copy full SHA for 4499de5
geowarp.d.ts
@@ -10,13 +10,15 @@ export default function geowarp(options: {
10
in_data: data,
11
in_bbox: bbox,
12
in_layout?: string,
13
+ in_no_data?: number | null | undefined,
14
in_srs?: srs | undefined,
15
in_width: number,
16
in_height: number,
17
out_bands?: number[] | Readonly<number[]> | undefined,
18
out_bbox?: bbox | undefined,
19
out_data?: data,
20
out_layout?: string | undefined,
21
+ out_no_data?: number | null | undefined,
22
out_srs?: srs | undefined,
23
out_pixel_depth?: number | undefined,
24
out_height: number,
0 commit comments