<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Dear,
<div class=""><br class="">
</div>
<div class="">I have a question about the following extract of the MBTiles driver docs (<a href="https://gdal.org/drivers/raster/mbtiles.html#raster-creation-issues" class="">https://gdal.org/drivers/raster/mbtiles.html#raster-creation-issues</a>)</div>
<div class=""><br class="">
</div>
<div class="">> When using the CreateCopy() API (such as with gdal_translate), automatic reprojection of the input dataset to EPSG:3857 (WebMercator) will be done, with selection of the appropriate zoom level.</div>
<br class="">
As far as I understand it, the input file (tif in my case) will be warped to 3857 before MBTiles generation. But I am unsure what the appropriate zoom level means in this case, could someone elaborate or point me in a next direction to investigate?
<div class=""><br class="">
</div>
<div class="">I was looking at these docs for the explanation of the following error I got, pointers much appreciated as well.</div>
<div class=""><br class="">
</div>
<div class="">`gdal_translate output.tif output.mbtiles -of MBTILES</div>
<div class="">Input file size is 88543, 68686</div>
<div class="">ERROR 1: Could not find an approproate zoom level`</div>
<div class=""><br class="">
</div>
<div class="">Many thanks</div>
</body>
</html>