Skip to content

Commit

Permalink
Give a 512*512 backgroud tile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Dec 13, 2024
1 parent bd7bbd0 commit da296fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cogify/src/cogify/gdal.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function gdalCreate(targetTiff: URL, opt: CogifyCreationOptions): GdalCom
output: targetTiff,
args: [
['-of', 'GTiff'],
['-outsize', 32, 32],
['-outsize', 512, 512],
['-bands', '4'],
['-burn', `${bg.r} ${bg.g} ${bg.b} ${bg.alpha}`], // this is the color
['-a_srs', tileMatrix.projection.toEpsgString()],
Expand Down

0 comments on commit da296fb

Please sign in to comment.