mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix map renderer world file not taking into account complete base name
This commit is contained in:
parent
d7059d0dfd
commit
b9d219e19b
@ -402,7 +402,7 @@ bool QgsMapRendererTask::run()
|
||||
|
||||
if ( !skipWorldFile )
|
||||
{
|
||||
QString worldFileName = info.absolutePath() + '/' + info.baseName() + '.'
|
||||
QString worldFileName = info.absolutePath() + '/' + info.completeBaseName() + '.'
|
||||
+ outputSuffix.at( 0 ) + outputSuffix.at( info.suffix().size() - 1 ) + 'w';
|
||||
QFile worldFile( worldFileName );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user