Thanks for the answer Thomas.<br><br>I changed the definition per your suggestion, the map file is much cleaner now. But, we are still getting the same result with the rendering. In GD is working fine but in Agg the same weird colored areas keep showing up.  <br>
<br>--sharon<br><br><div class="gmail_quote">2010/10/26 thomas bonfort <span dir="ltr">&lt;<a href="mailto:thomas.bonfort@gmail.com">thomas.bonfort@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Rendering thick lines is done without symbols with agg (and GD with<br>
recent versions of mapserver to, I believe)<br>
<br>
for an outlined line, you use:<br>
<br>
CLASS<br>
 STYLE<br>
   COLOR outlinecolor<br>
   WIDTH 5<br>
 END<br>
 STYLE<br>
   COLOR fillcolor<br>
   WIDTH 3   #width of the first style minus 2 times the desired outline width<br>
 END<br>
END<br>
<br>
regards,<br>
thomas<br>
<div><div></div><div class="h5"><br>
On Mon, Oct 25, 2010 at 19:21, Sharon Carter &lt;<a href="mailto:carter.sharon017@gmail.com">carter.sharon017@gmail.com</a>&gt; wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; We have been working with mapserver for a while and now we are updating our<br>
&gt; map. We decided to give AGG a try for this new version but we have been<br>
&gt; having some troubles setting it up to work properly.<br>
&gt;<br>
&gt; When we moved from GD to AGG the map starting showing areas with different<br>
&gt; colors than the ones specified in the map file.<br>
&gt;<br>
&gt; Here we have an image with the rendering with GD<br>
&gt; <a href="http://67.23.24.210/mapserver/gd.png" target="_blank">http://67.23.24.210/mapserver/gd.png</a><br>
&gt;<br>
&gt; And one with AGG  <a href="http://67.23.24.210/mapserver/agg.png" target="_blank">http://67.23.24.210/mapserver/agg.png</a><br>
&gt;<br>
&gt;<br>
&gt; The output format for AGG we are using is<br>
&gt;<br>
&gt; OUTPUTFORMAT<br>
&gt;     NAME  &#39;PNG&#39;<br>
&gt;     DRIVER AGG/PNG<br>
&gt;     IMAGEMODE RGBA<br>
&gt;     MIMETYPE &quot;image/png;mode=24bit&quot;<br>
&gt;     FORMATOPTION &quot;FORMAT=image/png&quot;<br>
&gt; END<br>
&gt;<br>
&gt;<br>
&gt; The street lines are painted using a symbol to create the outline for the<br>
&gt; streets.<br>
&gt;<br>
&gt; Any ideas what could be causing this?<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt; Sharon<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; mapserver-users mailing list<br>
&gt; <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br>