[mapserver-commits] r10257 - trunk/msautotest/renderers
svn at osgeo.org
svn at osgeo.org
Mon Jun 28 05:25:55 EDT 2010
Author: tbonfort
Date: 2010-06-28 09:25:55 +0000 (Mon, 28 Jun 2010)
New Revision: 10257
Added:
trunk/msautotest/renderers/polygon-hatch.map
Log:
hatching tests
Added: trunk/msautotest/renderers/polygon-hatch.map
===================================================================
--- trunk/msautotest/renderers/polygon-hatch.map (rev 0)
+++ trunk/msautotest/renderers/polygon-hatch.map 2010-06-28 09:25:55 UTC (rev 10257)
@@ -0,0 +1,47 @@
+#
+# entity-encoded text rendering test.
+# this test may potentially segfault
+#
+# REQUIRES: OUTPUT=PNG
+#
+MAP
+
+STATUS ON
+EXTENT -125.549477 -69.508628 101.670954 15.840339
+SIZE 400 300
+FONTSET "../misc/fonts.lst"
+IMAGETYPE png24
+symbolset "symbolset"
+shapepath "../misc/data"
+
+CONFIG MS_ERRORFILE "stderr"
+
+
+DEBUG ON
+
+SYMBOL
+ name "hatch"
+ type hatch
+end
+
+LAYER
+ NAME "world"
+ TYPE polygon
+ STATUS default
+ DATA "world_testpoly"
+ CLASS
+ NAME "test1"
+ STYLE
+ COLOR 180 0 0
+ END
+ STYLE
+ COLOR 180 180 180
+ symbol "hatch"
+ SIZE 20
+ WIDTH 10
+ ANGLE 45
+ END
+ END
+END
+
+END
More information about the mapserver-commits
mailing list