We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b62f4 commit 6329b3cCopy full SHA for 6329b3c
src/index.ts
@@ -330,6 +330,7 @@ export default async function createTile({
330
console.log("[geotiff-tile] tile_width", tile_width);
331
console.log("[geotiff-tile] tile_srs", tile_srs);
332
console.log("[geotiff-tile] use_overview", use_overview);
333
+ console.error("[geotiff-tile]", error);
334
throw error;
335
}
336
0 commit comments