mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
QGIS Server: dxf format options for export with zero width (take 2)
This commit is contained in:
parent
19ab7743e1
commit
33b2e4b887
@ -1182,6 +1182,11 @@ namespace QgsWms
|
||||
if ( mWmsParameters.noMText() )
|
||||
flags.setFlag( QgsDxfExport::Flag::FlagNoMText );
|
||||
|
||||
if ( mWmsParameters.exportLinesWithZeroWidth() )
|
||||
{
|
||||
flags.setFlag( QgsDxfExport::Flag::FlagHairlineWidthExport );
|
||||
}
|
||||
|
||||
dxf->setFlags( flags );
|
||||
|
||||
return dxf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user