We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 28ce9b1 commit 1b7e346Copy full SHA for 1b7e346
src/plugins/georeferencer/qgsgeorefplugingui.cpp
@@ -1382,7 +1382,7 @@ QString QgsGeorefPluginGui::convertResamplingEnumToString( QgsImageWarper::Resam
1382
case QgsImageWarper::CubicSpline:
1383
return "cubicspline";
1384
case QgsImageWarper::Lanczos:
1385
- return "lanczons";
+ return "lanczos";
1386
}
1387
return "";
1388
0 commit comments