Skip to content

Commit 17734b3

Browse files
phidrhonyalldawson
andauthored
Update of GUI description of CREATE_CSVT option for CSV driver (#61812)
Option CREATE_CSVT also creates a side car PRJ file that stores coordinate system description. I also added this text to GDAL documentation and it is accepted by Even, can be seen in latest version: https://gdal.org/en/latest/drivers/vector/csv.html#layer-creation-options Co-authored-by: Nyall Dawson <[email protected]>
1 parent aecd96f commit 17734b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/qgsvectorfilewriter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,8 @@ class QgsVectorFileWriterMetadataContainer
11791179

11801180
layerOptions.insert( QStringLiteral( "CREATE_CSVT" ), new QgsVectorFileWriter::BoolOption(
11811181
QObject::tr( "Create the associated .csvt file to describe the type of each "
1182-
"column of the layer and its optional width and precision." ),
1182+
"column of the layer and its optional width and precision. "
1183+
"This option also creates a .prj file which stores coordinate system information." ),
11831184
false // Default value
11841185
) );
11851186

0 commit comments

Comments
 (0)