Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Nov 12, 2023
1 parent 626a771 commit 244d356
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,11 @@
const { tile, width, height } = await worker.createTile(params);
eq(tile !== undefined, true);
eq(tile.length, 1);
eq(tile[0].length, 2);
eq(tile[0].length, 256);

const data = three_to_four_bands({ height, width, tile: [tile[0], tile[0], tile[0]] });

displayTile({ id: "tile-srs-simple", tile: data, height, width });
});
</script>
</body>
Expand Down

0 comments on commit 244d356

Please sign in to comment.