[GRASS-SVN] r56187 - grass/branches/develbranch_6/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 10 06:02:32 PDT 2013
Author: hamish
Date: 2013-05-10 06:02:31 -0700 (Fri, 10 May 2013)
New Revision: 56187
Modified:
grass/branches/develbranch_6/lib/python/core.py
Log:
another experimental g.proj -t workaround for #1849, this time needed for wingrass+proj 4.8.0. try to get transform selection into final locn for epsg codes
Modified: grass/branches/develbranch_6/lib/python/core.py
===================================================================
--- grass/branches/develbranch_6/lib/python/core.py 2013-05-10 12:29:36 UTC (rev 56186)
+++ grass/branches/develbranch_6/lib/python/core.py 2013-05-10 13:02:31 UTC (rev 56187)
@@ -1084,6 +1084,7 @@
if epsg:
ps = pipe_command('g.proj',
quiet = True,
+ flags = 't',
epsg = epsg,
location = location,
stderr = PIPE,
More information about the grass-commit
mailing list