[mapserver-commits] r8773 - in trunk/msautotest/gdal: . expected
svn at osgeo.org
svn at osgeo.org
Tue Mar 10 16:09:32 EDT 2009
Author: warmerdam
Date: 2009-03-10 16:09:32 -0400 (Tue, 10 Mar 2009)
New Revision: 8773
Added:
trunk/msautotest/gdal/deferred.map
trunk/msautotest/gdal/expected/deferred.png
Log:
test deferred connections for rasters (#2815)
Added: trunk/msautotest/gdal/deferred.map
===================================================================
--- trunk/msautotest/gdal/deferred.map (rev 0)
+++ trunk/msautotest/gdal/deferred.map 2009-03-10 20:09:32 UTC (rev 8773)
@@ -0,0 +1,41 @@
+
+#
+# Tests overlaying a greyscale image with an alpha band on a greyscale image
+# into an RGBA output.
+#
+# NOTE: without resampling.
+#
+NAME TEST
+STATUS ON
+SIZE 400 300
+EXTENT 0.5 0.5 399.5 299.5
+IMAGECOLOR 255 255 0
+
+OUTPUTFORMAT
+ NAME png24_t
+ DRIVER "GDAL/PNG"
+ IMAGEMODE RGBA
+END
+
+LAYER
+ NAME grey_1
+ TYPE raster
+ STATUS default
+ DATA data/pct22.tif
+END
+
+LAYER
+ NAME grey_2
+ TYPE raster
+ STATUS default
+ DATA data/pct22.tif
+END
+
+LAYER
+ NAME grey_3
+ TYPE raster
+ STATUS default
+ DATA data/pct22.tif
+END
+
+END # of map file
Added: trunk/msautotest/gdal/expected/deferred.png
===================================================================
(Binary files differ)
Property changes on: trunk/msautotest/gdal/expected/deferred.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the mapserver-commits
mailing list