<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'><BR>
Changing the gap to a negative value fixed the problem. &nbsp;Thank you Steve. &nbsp;<BR>
<BR>
On 2/18/09 11:29 AM, &quot;Stephen Woodbridge&quot; &lt;<a href="woodbri@swoodbridge.com">woodbri@swoodbridge.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Paul,<BR>
<BR>
Use GAP -7 to fix the problem.<BR>
<BR>
-Steve W<BR>
<BR>
Moen, Paul T. wrote:<BR>
&gt; &nbsp;&nbsp;I forgot to mention the version.<BR>
&gt;<BR>
&gt; The output type is AGG and I see there was a problem with this. &nbsp;Does<BR>
&gt; anybody if the version I am using has this problem?<BR>
&gt;<BR>
&gt; MapServer version 5.2.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP<BR>
&gt; OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE<BR>
&gt; SUPPORTS=ICONV SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT<BR>
&gt; SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER<BR>
&gt; SUPPORTS=SOS_SERVER SUPPORTS=GEOS INPUT=EPPL7 INPUT=POSTGIS INPUT=OGR<BR>
&gt; INPUT=GDAL INPUT=SHAPEFILE<BR>
&gt;<BR>
&gt;<BR>
&gt; On 2/18/09 11:03 AM, &quot;Paul Moen&quot; &lt;<a href="pmoen@nd.gov">pmoen@nd.gov</a>&gt; wrote:<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;I have two symbols that are used in a railroad layer. &nbsp;The railties<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;symbol used to be aligned perpendicular to the line and therefore<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;looked like railroad ties. &nbsp;The symbol now only draws upright, i.e.<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;horizontal. &nbsp;The documentation at<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://mapserver.org/mapfile/symbology/construction.html#sym-construction">http://mapserver.org/mapfile/symbology/construction.html#sym-construction</a><BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;shows a layer and a symbol similar to what I have, except they use a<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;T as the character, following the line. &nbsp;What changed and how do I<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;get the symbol to follow the line again?<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;SYMBOL<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NAME 'railties'<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE TRUETYPE<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FONT &quot;helvetica&quot;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CHARACTER &quot;T&quot;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ANTIALIAS TRUE<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GAP 7<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;END<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;SYMBOL<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NAME 'circle'<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE ELLIPSE<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;POINTS 1 1 END<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FILLED TRUE<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;END<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;LAYER<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NAME &quot;Railroads&quot;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DATA railroads<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GROUP &quot;Transportation&quot;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TYPE LINE<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STATUS ON<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CLASS<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MAXSCALEDENOM 150000<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NAME &quot;Railroads&quot;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STYLE<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SYMBOL 'circle'<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;COLOR 0 0 0<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SIZE 2<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OVERLAYSYMBOL 'railties'<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OVERLAYCOLOR 0 0 0<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OVERLAYSIZE 7<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;END<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;Thanks,<BR>
&gt;<BR>
&gt; &nbsp;&nbsp;&nbsp;&nbsp;Paul<BR>
&gt;<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>