[mapserver-commits] r8208 - in trunk/msautotest/misc: . expected

svn at osgeo.org svn at osgeo.org
Mon Dec 8 10:35:52 EST 2008


Author: tbonfort
Date: 2008-12-08 10:35:51 -0500 (Mon, 08 Dec 2008)
New Revision: 8208

Added:
   trunk/msautotest/misc/expected/rfc48.png
   trunk/msautotest/misc/rfc48.map
Log:
add tests for rfc48


Added: trunk/msautotest/misc/expected/rfc48.png
===================================================================
(Binary files differ)


Property changes on: trunk/msautotest/misc/expected/rfc48.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/msautotest/misc/rfc48.map
===================================================================
--- trunk/msautotest/misc/rfc48.map	                        (rev 0)
+++ trunk/msautotest/misc/rfc48.map	2008-12-08 15:35:51 UTC (rev 8208)
@@ -0,0 +1,57 @@
+#
+# entity-encoded text rendering test.
+# this test may potentially segfault
+#   
+# REQUIRES: OUTPUT=PNG SUPPORTS=AGG
+#
+
+
+
+MAP
+  IMAGETYPE aggpng24
+  SIZE 500 500
+  FONTSET "fonts.lst"
+  EXTENT -170.245673  -55.551347 179.019748 53.883753
+
+  SYMBOL
+    TYPE TRUETYPE
+    FONT "default"
+    NAME "arrowhead"
+    CHARACTER '>'
+  END
+
+  SYMBOL
+    TYPE TRUETYPE 
+    FONT "default"
+    CHARACTER '|'
+    NAME "segment"
+  END
+
+LAYER
+    data "data/testlines.shp" 
+    TYPE LINE 
+    STATUS ON
+    CLASS
+     
+      STYLE
+        COLOR 0 0 255
+      END
+      STYLE
+        GEOMTRANSFORM "vertices"
+        SYMBOL "segment" 
+        ANGLE AUTO
+        SIZE 10
+        COLOR 0 0 0
+      END
+      STYLE
+        GEOMTRANSFORM "end"
+        SYMBOL "arrowhead"
+        COLOR  0 0 255
+        ANGLE AUTO
+        SIZE 15
+      END
+    END
+    
+  END
+
+END



More information about the mapserver-commits mailing list