diff --git a/apps/openseachart/custom.html b/apps/openseachart/custom.html
index 86e010475..5463982ae 100644
--- a/apps/openseachart/custom.html
+++ b/apps/openseachart/custom.html
@@ -121,6 +121,8 @@ TODO:
console.log("Compression options", options);
var w = Math.round(width / TILESIZE);
var h = Math.round(height / TILESIZE);
+ console.log("Width", width);
+ console.log("Height", height);
var tiles = [];
for (var y=0;y