From: Paul Ramsey Date: Tue, 12 Aug 2008 16:46:35 +0000 (+0000) Subject: Change to mapserver 5 syntax X-Git-Tag: 1.3.4rc1~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17df238df11ba69090b6c5944328a40bf95e71a0;p=postgis Change to mapserver 5 syntax git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2917 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index cca520b50..01e145d5e 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -2174,14 +2174,17 @@ gid | name | area CLASS # Make the superhighways brighter and 2 pixels wide EXPRESSION ([numlanes] >= 6) - COLOR 255 22 22 - SYMBOL "solid" - SIZE 2 + STYLE + COLOR 255 22 22 + WIDTH 2 + END END CLASS # All the rest are darker and only 1 pixel wide EXPRESSION ([numlanes] < 6) - COLOR 205 92 82 + STYLE + COLOR 205 92 82 + END END END @@ -2478,8 +2481,10 @@ LAYER CLASSITEM road_type CLASS EXPRESSION "highway" - SIZE 2 - COLOR 255 0 0 + STYLE + WIDTH 2 + COLOR 255 0 0 + END END CLASS COLOR 0 0 0 @@ -2518,7 +2523,7 @@ END COLOR 0 192 0 TYPE truetype FONT arial - ENDl + END END END