[DXF] Set $ACADVER to AC1018 (AutoCAD 2004)

because codes 420 and 440 (which are written in the DXF file by QgsDxfEport) are listed in DXF specs only since AutoCAD 2004
This commit is contained in:
Andrea Giudiceandrea 2025-03-01 19:30:15 +01:00 committed by Loïc Bartoletti
parent 12e5f2da19
commit 1b40a30f9b

View File

@ -319,7 +319,7 @@ void QgsDxfExport::writeHeader( const QString &codepage )
// ACADVER
writeGroup( 9, QStringLiteral( "$ACADVER" ) );
writeGroup( 1, QStringLiteral( "AC1015" ) );
writeGroup( 1, QStringLiteral( "AC1018" ) );
// EXTMIN
writeGroup( 9, QStringLiteral( "$EXTMIN" ) );