<HTML>
<HEAD>
<TITLE>Re: [mapserver-users] Symbols Don't Follow Lines.</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I forgot to mention the version.<BR>
<BR>
The output type is AGG and I see there was a problem with this.  Does anybody if the version I am using has this problem?<BR>
<BR>
MapServer version 5.2.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=ICONV SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=GEOS INPUT=EPPL7 INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE<BR>
<BR>
<BR>
On 2/18/09 11:03 AM, "Paul Moen" <<a href="pmoen@nd.gov">pmoen@nd.gov</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I have two symbols that are used in a railroad layer.  The railties symbol used to be aligned perpendicular to the line and therefore looked like railroad ties.  The symbol now only draws upright, i.e. horizontal.  The documentation at <a href="http://mapserver.org/mapfile/symbology/construction.html#sym-construction">http://mapserver.org/mapfile/symbology/construction.html#sym-construction</a> shows a layer and a symbol similar to what I have, except they use a T as the character, following the line.  What changed and how do I get the symbol to follow the line again?<BR>
<BR>
SYMBOL<BR>
    NAME 'railties'<BR>
    TYPE TRUETYPE<BR>
    FONT "helvetica"<BR>
    CHARACTER "T"<BR>
    ANTIALIAS TRUE<BR>
    GAP 7<BR>
END<BR>
SYMBOL<BR>
    NAME 'circle'<BR>
    TYPE ELLIPSE<BR>
    POINTS 1 1 END<BR>
    FILLED TRUE<BR>
END<BR>
<BR>
LAYER<BR>
    NAME "Railroads"<BR>
    DATA railroads<BR>
    GROUP "Transportation"<BR>
    TYPE LINE<BR>
    STATUS ON<BR>
    CLASS<BR>
        MAXSCALEDENOM 150000<BR>
        NAME "Railroads"<BR>
        STYLE<BR>
            SYMBOL 'circle'<BR>
            COLOR 0 0 0<BR>
            SIZE 2<BR>
        END<BR>
        OVERLAYSYMBOL 'railties'<BR>
        OVERLAYCOLOR 0 0 0<BR>
        OVERLAYSIZE 7<BR>
    END<BR>
END<BR>
<BR>
Thanks,<BR>
<BR>
Paul<BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
Paul T. Moen<BR>
<a href="pmoen@nd.gov">pmoen@nd.gov</a><BR>
701-328-2434<BR>
701-328-3696 (fax)<BR>
ND State Water Commission<BR>
</SPAN></FONT>
</BODY>
</HTML>