[GRASS-SVN] r30463 - grass/trunk/scripts/r.in.wms

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 4 09:29:12 EST 2008


Author: hamish
Date: 2008-03-04 09:29:12 -0500 (Tue, 04 Mar 2008)
New Revision: 30463

Modified:
   grass/trunk/scripts/r.in.wms/r.in.gdalwarp
Log:
edit script comments

Modified: grass/trunk/scripts/r.in.wms/r.in.gdalwarp
===================================================================
--- grass/trunk/scripts/r.in.wms/r.in.gdalwarp	2008-03-04 14:06:31 UTC (rev 30462)
+++ grass/trunk/scripts/r.in.wms/r.in.gdalwarp	2008-03-04 14:29:12 UTC (rev 30463)
@@ -353,8 +353,10 @@
 	    g.message "Patching tiles  (this may take some time)"
 	    g.message -d message="patch list = [$MAPLIST]"
 
-	    # HACK: for 8nig PNG, GIF all the different tiles can have different color tables
-	    #	so patches output end up all freaky. r.mapcalc r#,g#,b# manual patching + r.composite?
+	    # HACK: for 8bit PNG, GIF all the different tiles can have
+	    #   different color tables so patches output end up all freaky.
+	    #	r.mapcalc r#,g#,b# manual patching + r.composite?
+	    #	or d.out.file + r.in.png + r.region?
 
 	    #r.patch input="$MAPLIST" output="${GIS_OPT_OUTPUT}"
 	    IFS=" "



More information about the grass-commit mailing list