<HTML>
<HEAD>
<TITLE>Symbols Don't Follow Lines.</TITLE>
</HEAD>
<BODY>
<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>
</SPAN></FONT>
</BODY>
</HTML>