Opened 16 years ago
Closed 16 years ago
#191 closed defect (fixed)
Error in in defining new location via EPSG code in wxpython Location Wizard
| Reported by: | epatton | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 6.4.0 |
| Component: | wxGUI | Version: | svn-trunk |
| Keywords: | location wizard, EPSG | Cc: | |
| CPU: | Unspecified | Platform: | Unspecified |
Description
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.
Note:
See TracTickets
for help on using tickets.

Fixed in trunk, devbr6, r31760, r31761.
Martin