[GRASS-SVN] r31922 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jul 1 08:25:15 EDT 2008
Author: martinl
Date: 2008-07-01 08:25:15 -0400 (Tue, 01 Jul 2008)
New Revision: 31922
Modified:
grass/trunk/gui/wxpython/gui_modules/location_wizard.py
Log:
wxGUI (location wizard): fix ll location (merge from devbr6, r31921)
Modified: grass/trunk/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/location_wizard.py 2008-07-01 12:23:00 UTC (rev 31921)
+++ grass/trunk/gui/wxpython/gui_modules/location_wizard.py 2008-07-01 12:25:15 UTC (rev 31922)
@@ -1944,7 +1944,7 @@
# creating PROJ.4 string
#
if proj == 'll':
- proj = 'longlat'
+ proj4string = '+proj=longlat'
elif proj == 'utm':
proj4string = '+proj=%s +zone=%s' % (proj, utmzone)
if utmhemisphere == 'south':
More information about the grass-commit
mailing list