[GRASS-SVN] r31923 -
grass/branches/releasebranch_6_3/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jul 1 08:28:10 EDT 2008
Author: martinl
Date: 2008-07-01 08:28:10 -0400 (Tue, 01 Jul 2008)
New Revision: 31923
Modified:
grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/location_wizard.py
Log:
wxGUI (location wizard): fix ll location (merge from devbr6, r31921)
Modified: grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/location_wizard.py 2008-07-01 12:25:15 UTC (rev 31922)
+++ grass/branches/releasebranch_6_3/gui/wxpython/gui_modules/location_wizard.py 2008-07-01 12:28:10 UTC (rev 31923)
@@ -1844,7 +1844,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