From 541121b5b35e3d14d0f21c4d9e316d9bad4d55f8 Mon Sep 17 00:00:00 2001 From: Scott Staniewicz Date: Wed, 26 Feb 2025 15:09:34 -0500 Subject: [PATCH] Doc: Fix example `Scale` factor in `vrt.rst` The default of 1.0 is not used for `` --- doc/source/drivers/raster/vrt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/drivers/raster/vrt.rst b/doc/source/drivers/raster/vrt.rst index f0b1cb6bc70d..48498be721ba 100644 --- a/doc/source/drivers/raster/vrt.rst +++ b/doc/source/drivers/raster/vrt.rst @@ -289,7 +289,7 @@ The allowed subelements for VRTRasterBand are : .. code-block:: xml - 0.0 + 1.0 - **Overview**: This optional element describes one overview level for the band. It should have a child SourceFilename and SourceBand element. The SourceFilename may have a relativeToVRT boolean attribute. Multiple elements may be used to describe multiple overviews.