浏览代码

Backport from develbranch_6 r39310. Fix problem with searching for EPSG codes.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39358 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 16 年之前
父节点
当前提交
11eb53baf9
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      gui/wxpython/gui_modules/location_wizard.py

+ 0 - 1
gui/wxpython/gui_modules/location_wizard.py

@@ -1379,7 +1379,6 @@ class EPSGPage(TitledPage):
         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('')