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

GRASS GIS trac at osgeo.org
Thu Jun 19 12:30:24 EDT 2008


#191: Error in in defining new location via EPSG code in wxpython Location Wizard
-----------------------------------+----------------------------------------
 Reporter:  epatton                |       Owner:  grass-dev at 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>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list