[GRASS-SVN] r56788 - grass/trunk/raster/r.out.gdal

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 18 18:04:46 PDT 2013


Author: hamish
Date: 2013-06-18 18:04:46 -0700 (Tue, 18 Jun 2013)
New Revision: 56788

Modified:
   grass/trunk/raster/r.out.gdal/export_band.c
Log:
full name in metadata

Modified: grass/trunk/raster/r.out.gdal/export_band.c
===================================================================
--- grass/trunk/raster/r.out.gdal/export_band.c	2013-06-18 23:57:08 UTC (rev 56787)
+++ grass/trunk/raster/r.out.gdal/export_band.c	2013-06-19 01:04:46 UTC (rev 56788)
@@ -239,7 +239,7 @@
     GDALSetRasterColorInterpretation(hBand, GPI_RGB);
     CPLPopErrorHandler();
     
-    sprintf(value, "GRASS %s", GRASS_VERSION_NUMBER);
+    sprintf(value, "GRASS GIS %s", GRASS_VERSION_NUMBER);
     GDALSetMetadataItem(hBand, "Generated_with", value, NULL);
 
     /* use default color rules if no color rules are given */



More information about the grass-commit mailing list