File tree 2 files changed +3
-4
lines changed
src/plugins/georeferencer
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11099,7 +11099,7 @@ p, li { white-space: pre-wrap; }
11099
11099
<location filename="../src/plugins/georeferencer/qgspointdialog.cpp" line="278"/>
11100
11100
<source>-modified</source>
11101
11101
<comment>Georeferencer:QgsPointDialog.cpp - used to modify a user given filename</comment>
11102
- <translation>-modifoziert </translation>
11102
+ <translation type="unfinished">-modifiziert </translation>
11103
11103
</message>
11104
11104
<message>
11105
11105
<location filename="../src/plugins/georeferencer/qgspointdialog.cpp" line="322"/>
Original file line number Diff line number Diff line change @@ -511,9 +511,8 @@ QString QgsPointDialog::guessWorldFileName(const QString& raster)
511
511
QString worldfile = " " ;
512
512
if (point != -1 && point != raster.length () - 1 ) {
513
513
worldfile = raster.left (point + 1 );
514
- worldfile += raster.at (point + 1 );
515
- worldfile += raster.at (raster.length () - 1 );
516
- worldfile += ' w' ;
514
+ // MH: suffix .wld seems to be fine for most GDAL drivers
515
+ worldfile += " wld" ;
517
516
}
518
517
return worldfile;
519
518
}
You can’t perform that action at this time.
0 commit comments