Skip to content

Commit fd69421

Browse files
committed
Try 4096
1 parent da296fb commit fd69421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cogify/src/cogify/gdal.command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export function gdalCreate(targetTiff: URL, opt: CogifyCreationOptions): GdalCom
112112
output: targetTiff,
113113
args: [
114114
['-of', 'GTiff'],
115-
['-outsize', 512, 512],
115+
['-outsize', 4096, 4096],
116116
['-bands', '4'],
117117
['-burn', `${bg.r} ${bg.g} ${bg.b} ${bg.alpha}`], // this is the color
118118
['-a_srs', tileMatrix.projection.toEpsgString()],

0 commit comments

Comments
 (0)