<div dir="ltr"><div dir="ltr">Hi,</div><div dir="ltr"><br></div><div>Due to the following bug:</div><div dir="ltr"><a href="https://trac.osgeo.org/gdal/ticket/5067">https://trac.osgeo.org/gdal/ticket/5067</a><br></div><div>When I need to make multiple overviews for a large tiff I use the suggested workaround (making tif.ovr, tif.ovr.ovr, tif.ovr.ovr.ovr etc...).</div><div>This workaround works well for applications that use gdal (i.e. QGIS) but Geoserver's internal GeoTiff reader ignores the multiple ovr files (I assume it reads only the tif+tif.ovr files) thus the performance for this map is very bad.</div><div><br></div><div>Workaround I found: I use the gdal-geoserver plugin and then create a trivial vrt for the tif and load it in Geoserver with the gdal plugin.</div><div>I needed to make a VRT because as far as I can tell Geoserver doesn't register the GeoTiff format with gdal when the plugin is installed but still uses the internal GeoTiff reader).</div><div><br></div><div>A few questions:</div><div>1. Is there a plan to solve that very old gdaladdo bug? (I didn't check with recent gdal versions but it still not marked as resolved as in 6 years)</div><div>2. Is it possible to make Geoserver recognize ovr.ovr files?</div><div>3. Can I make geoserver use the gdal plugin for GeoTiff files to avoid the trivial vrt file ?</div><div><br></div><div>Kind regards,</div><div>Idan</div></div>