[GRASS-SVN] r56186 - grass/branches/develbranch_6/gui/wxpython/location_wizard

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 10 05:29:36 PDT 2013


Author: hamish
Date: 2013-05-10 05:29:36 -0700 (Fri, 10 May 2013)
New Revision: 56186

Modified:
   grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py
Log:
another g.proj -t workaround for #1849, this time needed for wingrass+proj 4.8.0. now prints to Summary page but not into final locn yet

Modified: grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py	2013-05-10 11:22:56 UTC (rev 56185)
+++ grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py	2013-05-10 12:29:36 UTC (rev 56186)
@@ -1536,7 +1536,7 @@
 
                 # prepare +nadgrids or +towgs84 terms for Summary page. first convert them:
                 ret, projlabel, err = RunCommand('g.proj',
-                                                 flags = 'jf',
+                                                 flags = 'jft',
                                                  proj4 = self.customstring,
                                                  datumtrans = dtrans,
                                                  getErrorMsg = True,
@@ -1669,7 +1669,7 @@
                                                  **addl_opts)
             elif coordsys == 'epsg':
                 ret, projlabel, err = RunCommand('g.proj',
-                                                 flags = 'jf',
+                                                 flags = 'jft',
                                                  epsg = epsgcode,
                                                  datumtrans = dtrans,
                                                  location = location,



More information about the grass-commit mailing list