[GRASS-SVN] r39310 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 27 23:58:07 EDT 2009


Author: cmbarton
Date: 2009-09-27 23:58:07 -0400 (Sun, 27 Sep 2009)
New Revision: 39310

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
Log:
Fix problem with searching for EPSG codes.

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2009-09-28 03:50:26 UTC (rev 39309)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2009-09-28 03:58:07 UTC (rev 39310)
@@ -1372,7 +1372,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