[GRASS-SVN] r31921 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 1 08:23:00 EDT 2008


Author: martinl
Date: 2008-07-01 08:23:00 -0400 (Tue, 01 Jul 2008)
New Revision: 31921

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
Log:
wxGUI (location wizard): fix ll location


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2008-07-01 10:39:17 UTC (rev 31920)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2008-07-01 12:23:00 UTC (rev 31921)
@@ -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