Skip to content

Commit

Permalink
Merge pull request #10498 from jidanni/patch-59
Browse files Browse the repository at this point in the history
Update csv.rst clarifying OGR_WKT_PRECISION
  • Loading branch information
rouault authored Jul 25, 2024
2 parents c49fc86 + acbf3f0 commit 835bd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/drivers/vector/csv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ The following configuration options are available:
Number of decimals for coordinate
values. A heuristic is used to remove insignificant
trailing 00000x or 99999x that can appear when formatting decimal
numbers.
numbers. Examples: 6 gives 120.864, 24.1818; 2 gives 1.2E+02, 24.0.

- .. config:: OGR_WKT_ROUND
:choices: YES, NO
Expand Down

0 comments on commit 835bd6d

Please sign in to comment.