<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3395" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I've been using the map file from <A 
href="http://boston.freemap.in/basemap.map">http://boston.freemap.in/basemap.map</A></FONT></DIV>
<DIV><FONT face=Arial size=2>to setup a mapserver 5.0 WMS and using Openlayers 
as the interface.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The results has been good except the edges of the 
road doesn't seem to be sharp when compared with google or some samples i seen 
from Mapnik.</FONT></DIV>
<DIV><FONT face=Arial size=2>I use AGG as the output.</FONT></DIV>
<DIV><FONT face=Arial size=2>Have tinker with the antialias, width of the line, 
etc without much luck</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Below is snippets of my mapfile:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>OUTPUTFORMAT<BR> NAME 'AGG'<BR> DRIVER 
AGG/PNG<BR> IMAGEMODE RGB<BR> MIMETYPE "image/png; mode=24bit" 
<BR>FORMATOPTION  "INTERLACE=OFF"<BR>END</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>layer<BR>    name 
roads_1sg<BR>    group roads<BR>    type 
line<BR>    projection<BR>      
"init=epsg:4326"<BR>    end<BR>    status 
on<BR>    data sg_road<BR>    maxscale 
1000<BR>    classitem "KIND"<BR>    labelitem 
fullname<BR>    
class<BR>           EXPRESSION 
('[KIND]' = "Secondary" OR '[KIND]' = "Minor Road" OR '[KIND]' = "Alley" OR 
'[KIND]' = "Unnamed Road")<BR>      
style<BR>        color 192 192 
192<BR>        width 17 
<BR>        antialias 
true<BR>      end<BR>      
style<BR>        color 255 255 255 
<BR>        width 15 
<BR>        antialias 
true<BR>      end<BR>      
label<BR>        type 
truetype<BR>        antialias 
true<BR>        font 
arial<BR>        size 13 
<BR>        position cc<BR> angle 
follow<BR>        color 25 25 25 
<BR>        outlinecolor 255 255 255 
<BR>        buffer 10 
<BR>        partials 
false<BR>        mindistance 
300<BR>  MINFEATURESIZE 100<BR>      
end<BR>    end<BR>    
class<BR>         EXPRESSION ('[KIND]' = 
"Major Road" OR '[KIND]' = "Provincial Road")<BR>      
style<BR>        color 185 174 
155<BR>        width 17 
<BR>        antialias 
true<BR>      end<BR>      
style<BR>        color 255 255 115 
<BR>        width 
15<BR>        antialias 
true<BR>      end<BR>      
label<BR>        type 
truetype<BR>        antialias 
true<BR>        font 
arialb<BR>        size 13 
<BR>        position cc<BR> angle 
follow<BR>        color 25 25 25 
<BR>        outlinecolor 255 255 115 
<BR>        buffer 
15<BR>        partials 
false<BR>        mindistance 
300<BR>  MINFEATURESIZE 100<BR>      
end<BR>    
end<BR>         
class<BR>        EXPRESSION ('[KIND]' = 
'Highway' OR '[KIND]' = 'Expressway' )<BR>      
style<BR>        color 171 135 26 
<BR>        width 18 
<BR>        antialias 
true<BR>      end<BR>      
style<BR>        color 242 191 46 
<BR>        width 
16<BR>        antialias 
true<BR>      end<BR>    end<BR>  
end</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>