It works! Thank you very much! Even better, this is much simpler than using VECTOR or ELLIPSE symbols!<br><br><div class="gmail_quote">On Wed, Apr 23, 2008 at 1:29 PM, thomas bonfort <<a href="mailto:thomas.bonfort@gmail.com">thomas.bonfort@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">by the way, seeing your output I don't think that you're using agg.<br>
have you correctly set IMAGETYPE AGGA in your mapfile (or use<br>
format=AGGA in your url if using mapserv)<br>
<div class="Ih2E3d">thomas<br>
<br>
On Wed, Apr 23, 2008 at 5:02 AM, Jackey Cheung <<a href="mailto:cheung.jackey@gmail.com">cheung.jackey@gmail.com</a>> wrote:<br>
</div><div><div></div><div class="Wj3C7c">> Greetings!<br>
><br>
><br>
> I've generated a map: <a href="http://maps.mapking.com/eg.png" target="_blank">http://maps.mapking.com/eg.png</a><br>
><br>
> with these:<br>
><br>
>     OUTPUTFORMAT<br>
>         NAME                    "AGGA"<br>
>          DRIVER                "AGG/PNG"<br>
>         IMAGEMODE            RGBA<br>
>         TRANSPARENT        ON<br>
>         EXTENSION            "png"<br>
>         FORMATOPTION     "INTERLACE=OFF"<br>
>      END<br>
><br>
>     CLASS<br>
>         MAXSCALEDENOM    5000000<br>
>         MINSCALEDENOM    500000<br>
><br>
>         STYLE<br>
>             WIDTH                    4<br>
>             COLOR                    50 50 50<br>
>         END<br>
><br>
>         STYLE<br>
>             SYMBOL                "rail_line"<br>
>             SIZE                       3<br>
>             COLOR                    250 250 250<br>
>         END<br>
>      END<br>
><br>
> SYMBOL<br>
>   NAME "rail_line"<br>
>    TYPE ELLIPSE<br>
>   POINTS<br>
>       1 1<br>
>   END<br>
>   STYLE<br>
>     8 4 8<br>
>   END<br>
> #    GAP 100<br>
>   FILLED TRUE<br>
>     #ANTIALIAS    TRUE<br>
> END<br>
><br>
><br>
> As you can see in the image, the everything are smooth except the railway.<br>
> All line and polygon layers are drawn with "simple" styles without the use<br>
> of SYMBOL. Only the railway lines are drawn with a VECTOR symbol.<br>
>  Does AGG's anti-alias works with symbols?  If not, any work around?<br>
><br>
><br>
</div></div><div><div></div><div class="Wj3C7c">> _______________________________________________<br>
>  mapserver-users mailing list<br>
>  <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
>  <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
><br>
><br>
</div></div></blockquote></div><br>