mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
[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:
parent
12e5f2da19
commit
1b40a30f9b
@ -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" ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user