<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.  Thank you Steve.  <BR>
<BR>
On 2/18/09 11:29 AM, "Stephen Woodbridge" <<a href="woodbri@swoodbridge.com">woodbri@swoodbridge.com</a>> 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>
>   I forgot to mention the version.<BR>
><BR>
> The output type is AGG and I see there was a problem with this.  Does<BR>
> 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<BR>
> OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE<BR>
> SUPPORTS=ICONV SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT<BR>
> SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER<BR>
> SUPPORTS=SOS_SERVER SUPPORTS=GEOS INPUT=EPPL7 INPUT=POSTGIS INPUT=OGR<BR>
> 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>
>     I have two symbols that are used in a railroad layer.  The railties<BR>
>     symbol used to be aligned perpendicular to the line and therefore<BR>
>     looked like railroad ties.  The symbol now only draws upright, i.e.<BR>
>     horizontal.  The documentation at<BR>
>     <a href="http://mapserver.org/mapfile/symbology/construction.html#sym-construction">http://mapserver.org/mapfile/symbology/construction.html#sym-construction</a><BR>
>     shows a layer and a symbol similar to what I have, except they use a<BR>
>     T as the character, following the line.  What changed and how do I<BR>
>     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></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>