<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. &nbsp;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, &quot;Paul Moen&quot; &lt;<a href="pmoen@nd.gov">pmoen@nd.gov</a>&gt; 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. &nbsp;The railties symbol used to be aligned perpendicular to the line and therefore looked like railroad ties. &nbsp;The symbol now only draws upright, i.e. horizontal. &nbsp;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. &nbsp;What changed and how do I get the symbol to follow the line again?<BR>
<BR>
SYMBOL<BR>
&nbsp;&nbsp;&nbsp;&nbsp;NAME 'railties'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;TYPE TRUETYPE<BR>
&nbsp;&nbsp;&nbsp;&nbsp;FONT &quot;helvetica&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;CHARACTER &quot;T&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;ANTIALIAS TRUE<BR>
&nbsp;&nbsp;&nbsp;&nbsp;GAP 7<BR>
END<BR>
SYMBOL<BR>
&nbsp;&nbsp;&nbsp;&nbsp;NAME 'circle'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;TYPE ELLIPSE<BR>
&nbsp;&nbsp;&nbsp;&nbsp;POINTS 1 1 END<BR>
&nbsp;&nbsp;&nbsp;&nbsp;FILLED TRUE<BR>
END<BR>
<BR>
LAYER<BR>
&nbsp;&nbsp;&nbsp;&nbsp;NAME &quot;Railroads&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;DATA railroads<BR>
&nbsp;&nbsp;&nbsp;&nbsp;GROUP &quot;Transportation&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;TYPE LINE<BR>
&nbsp;&nbsp;&nbsp;&nbsp;STATUS ON<BR>
&nbsp;&nbsp;&nbsp;&nbsp;CLASS<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MAXSCALEDENOM 150000<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NAME &quot;Railroads&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STYLE<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SYMBOL 'circle'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;COLOR 0 0 0<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SIZE 2<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OVERLAYSYMBOL 'railties'<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OVERLAYCOLOR 0 0 0<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OVERLAYSIZE 7<BR>
&nbsp;&nbsp;&nbsp;&nbsp;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>