Hi, list

I’m using gdal_translate and gdaladdo to generate MBTiles following the
documentation here <http://www.gdal.org/frmt_mbtiles.html>.

By reading previous threads
<https://lists.osgeo.org/pipermail/gdal-dev/2016-April/044130.html>, I’ve
understood that gdal_translate determines the baseview zoom level based on
the original image resolution - if I’d like a higher level of zoom, I need
to upsample. That enabled the control of the *maximum* zoom level.

However, I when using gdaladdo <http://www.gdal.org/gdaladdo.html> and
inserting the levels option, I was not able to go past a certain ‘out zoom
level’. Also in here <http://www.gdal.org/frmt_mbtiles.html>, it is
explicitly mentioned that

If more overview levels are specified than available, the extra ones are
silently ignored.

*My question is*: how can I (directly or indirectly) specify the *minimum*
zoom level for a given image in MBTiles generation using gdal_translate?
​
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to