[mapserver-commits] r9899 - in trunk/msautotest/gdal: . expected

svn at osgeo.org svn at osgeo.org
Wed Feb 24 18:06:29 EST 2010


Author: warmerdam
Date: 2010-02-24 18:06:28 -0500 (Wed, 24 Feb 2010)
New Revision: 9899

Added:
   trunk/msautotest/gdal/classtest2_plugin.map
   trunk/msautotest/gdal/expected/classtest2_plugin.png
Log:
classification test with raster plugin renderer

Added: trunk/msautotest/gdal/classtest2_plugin.map
===================================================================
--- trunk/msautotest/gdal/classtest2_plugin.map	                        (rev 0)
+++ trunk/msautotest/gdal/classtest2_plugin.map	2010-02-24 23:06:28 UTC (rev 9899)
@@ -0,0 +1,37 @@
+
+#
+# Test classification methods on a pseudocolored input image.
+#
+# NOTE: without resampling.
+#
+# REQUIRES: SUPPORTS=AGG
+#
+MAP
+
+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 "AGG2/PNG"
+  IMAGEMODE RGBA
+END
+
+IMAGETYPE png24_t
+
+LAYER
+  NAME block
+  TYPE raster
+  STATUS default
+  DATA data/rgb.tif
+  CLASS 
+    NAME "Hole"
+    EXPRESSION ([pixel] == 111) 
+    COLOR 255 0 0
+  END
+END
+
+END # of map file

Added: trunk/msautotest/gdal/expected/classtest2_plugin.png
===================================================================
(Binary files differ)


Property changes on: trunk/msautotest/gdal/expected/classtest2_plugin.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the mapserver-commits mailing list