Hi Jeremy I am afraid there is no such run-time option. There are some useful pieces of debugging code in there, but you would need to do some adjustments in the source code and recompile QGIS. For example in qgswmsprovider.cpp in QgsWmsTiledImageDownloadHandler::tileReplyFinished() there is a block of code inside "#if 0" / "#endif" which draws tile borders and prints tile bbox on top of the tile.
Cheers Martin On Mon, Jul 8, 2019 at 9:15 AM Jeremy Palmer <[email protected]> wrote: > > Hi All, > > Does anyone know if it's possible turn on the tile grid info (bbox, x, y, > zoom) for WMTS/XYZ type layers in QGIS for debugging purposes? > > Cheers > Jeremy > _______________________________________________ > QGIS-Developer mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
