[GRASS-SVN] r56332 - grass/trunk/gui/wxpython/gcp
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 20 09:39:21 PDT 2013
Author: martinl
Date: 2013-05-20 09:39:21 -0700 (Mon, 20 May 2013)
New Revision: 56332
Modified:
grass/trunk/gui/wxpython/gcp/manager.py
Log:
wxGUI/gcp: 'bilinear' methods rename to 'linear'
Modified: grass/trunk/gui/wxpython/gcp/manager.py
===================================================================
--- grass/trunk/gui/wxpython/gcp/manager.py 2013-05-20 16:37:59 UTC (rev 56331)
+++ grass/trunk/gui/wxpython/gcp/manager.py 2013-05-20 16:39:21 UTC (rev 56332)
@@ -2361,8 +2361,8 @@
self.symbol = {}
self.methods = ["nearest",
- "bilinear",
- "bilinear_f",
+ "linear",
+ "linear_f",
"cubic",
"cubic_f",
"lanczos",
More information about the grass-commit
mailing list