Skip to content
Permalink
Browse files
Fix lanczos resampling option.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13231 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mmassing committed Apr 3, 2010
1 parent 28ce9b1 commit 1b7e346
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1382,7 +1382,7 @@ QString QgsGeorefPluginGui::convertResamplingEnumToString( QgsImageWarper::Resam
case QgsImageWarper::CubicSpline:
return "cubicspline";
case QgsImageWarper::Lanczos:
return "lanczons";
return "lanczos";
}
return "";
}

0 comments on commit 1b7e346

Please sign in to comment.