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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 6 05:33:11 PDT 2013


Author: hamish
Date: 2013-05-06 05:33:11 -0700 (Mon, 06 May 2013)
New Revision: 56143

Modified:
   grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py
Log:
more code-logic hack-around for #1849

Modified: grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py	2013-05-06 12:20:06 UTC (rev 56142)
+++ grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py	2013-05-06 12:33:11 UTC (rev 56143)
@@ -902,7 +902,8 @@
                                  read = True,
                                  proj4 = '%s' % proj,
                                  datum = '%s' % self.datum, 
-                                 datumtrans = '-1')
+                                 datumtrans = '-1',
+                                 flags = 't')
 #                wx.Messagebox('here')
                 if ret != '':
                     dtrans = ''
@@ -1346,7 +1347,8 @@
                 ret = RunCommand('g.proj',
                                  read = True,
                                  epsg = self.epsgcode,
-                                 datumtrans = '-1')
+                                 datumtrans = '-1',
+                                 flags = 't')
                 
                 if ret != '':
                     dtrans = ''



More information about the grass-commit mailing list