[GRASS-SVN] r34051 - grass/branches/develbranch_6/scripts/d.out.file

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 29 06:47:47 EDT 2008


Author: hamish
Date: 2008-10-29 06:47:47 -0400 (Wed, 29 Oct 2008)
New Revision: 34051

Modified:
   grass/branches/develbranch_6/scripts/d.out.file/d.out.file
Log:
we need the frame bounds not the region bounds (can't ignore white strips); d.info -g is broken so this change doesn't have any effect yet

Modified: grass/branches/develbranch_6/scripts/d.out.file/d.out.file
===================================================================
--- grass/branches/develbranch_6/scripts/d.out.file/d.out.file	2008-10-29 09:59:58 UTC (rev 34050)
+++ grass/branches/develbranch_6/scripts/d.out.file/d.out.file	2008-10-29 10:47:47 UTC (rev 34051)
@@ -395,7 +395,7 @@
      ;;
    geotiff)
      g.message "Translating to GeoTIFF format" 
-     eval `g.region -g`
+     eval `d.info -g`
      PROJ_WKT="`g.proj -wf`"
      CO=""
      if [ -n "$GIS_OPT_CREATEOPT" ] ; then



More information about the grass-commit mailing list