Skip to content

Commit

Permalink
Doc: Fix example Scale factor in vrt.rst
Browse files Browse the repository at this point in the history
The default of 1.0 is not used for `<Scale>`
  • Loading branch information
scottstanie authored Feb 26, 2025
1 parent 26fc9a3 commit 541121b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/drivers/raster/vrt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ The allowed subelements for VRTRasterBand are :

.. code-block:: xml
<Scale>0.0</Scale>
<Scale>1.0</Scale>
- **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.

Expand Down

0 comments on commit 541121b

Please sign in to comment.