[GRASS-dev] [GRASS GIS] #191: Error in in defining new location via EPSG code in wxpython Location Wizard

#191: Error in in defining new location via EPSG code in wxpython Location Wizard
-----------------------------------+----------------------------------------
Reporter: epatton | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-trunk
Keywords: location wizard, EPSG |
-----------------------------------+----------------------------------------
On trying to create a new location using the Location Wizard and EPSG code
3395, I get the following traceback after hitting the Finish button:

{{{
Traceback (most recent call last):
   File "/usr/local/grass-6.4.svn/etc/wxpython/gis_set.py", line 389, in
OnWizard
     gWizard = location_wizard.LocationWizard(self,
self.tgisdbase.GetValue())
   File
"/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/location_wizard.py",
line 1622, in __init__
     success = self.OnWizFinished()
   File
"/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/location_wizard.py",
line 1763, in OnWizFinished
     success = self.EPSGCreate()
   File
"/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/location_wizard.py",
line 1949, in EPSGCreate
     dlg = SelectDatumDialog(self.parent, datums=dtoptions)
   File
"/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/location_wizard.py",
line 2514, in __init__
     label='\n'.join(self.datums[self.cdatums.GetStringSelection()]))
KeyError: u''
}}}

~ Eric.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/191&gt;
GRASS GIS <http://grass.osgeo.org>

#191: Error in in defining new location via EPSG code in wxpython Location Wizard
----------------------+-----------------------------------------------------
  Reporter: epatton | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords: location wizard, EPSG
----------------------+-----------------------------------------------------
Changes (by martinl):

  * status: new => closed
  * resolution: => fixed

Comment:

Fixed in trunk, devbr6, r31760, r31761.

Martin

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/191#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>