[GRASS-SVN] r39358 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 30 13:46:37 EDT 2009
Author: cmbarton
Date: 2009-09-30 13:46:37 -0400 (Wed, 30 Sep 2009)
New Revision: 39358
Modified:
grass/trunk/gui/wxpython/gui_modules/location_wizard.py
Log:
Backport from develbranch_6 r39310. Fix problem with searching for EPSG codes.
Modified: grass/trunk/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/location_wizard.py 2009-09-30 17:46:01 UTC (rev 39357)
+++ grass/trunk/gui/wxpython/gui_modules/location_wizard.py 2009-09-30 17:46:37 UTC (rev 39358)
@@ -1379,7 +1379,6 @@
try:
self.epsgcode = self.epsglist.Search(index=self.csearch.GetSelection(),
pattern=value)[0]
- self.tcode.SetValue(str(self.epsgcode))
except IndexError: # -> no item found
self.epsgcode = None
self.tcode.SetValue('')
More information about the grass-commit
mailing list