<div>Hi,</div>
<div> </div>
<div>I am interested in this question, and I've tried like this:</div>
<div> </div>
<div>*****</div>
<div>OUTPUTFORMAT<br>    NAME "PNG"<br>    MIMETYPE "image/PNG"<br>    DRIVER "GD/PNG"<br>    EXTENSION "PNG"<br>    IMAGEMODE RGBA<br>    TRANSPARENCY ALPHA<br>  END  </div>
<div>*****</div>
<div>I've noticed that there is no PNG24 output image format in the mapfile reference document, and therefore I've used PNG.</div>
<div> </div>
<div>but, I get the followig error message:</div>
<div> </div>
<div>loadOutputFormat(): Unknown identifier. Parsing error near (TRANSPARENCY):(line 114) <br> </div>
<div>which means I caon only use TRANSPARENT as the the identifier as listed in the mapfile reference document, and this parameter can only be truned on or off.</div>
<div> </div>
<div>any further ideas, Steve?</div>
<div> </div>
<div>1000 thanks.</div>
<div> </div>
<div>zhonghai</div><br><br>
<div><span class="gmail_quote">On 5/16/06, <b class="gmail_sendername">ramesh karra</b> <<a href="mailto:karrarm@yahoo.com">karrarm@yahoo.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br><br>I have added 'ANTIALIAS TRUE' to all my STYLE objects<br>but I do not see any difference in the map that's
<br>displayed. I was hoping to see smooth lines but there<br>was no difference in the way lines(representing roads)<br>are drawn with or without anti-aliasing. Is this the<br>expected behavior? How can I get smooth lines?
<br><br>My layer is defined as follows:<br><br>LAYER<br>   NAME         roads<br>   DATA         droad1<br>   STATUS       OFF<br>   TYPE         LINE<br><br>   PROJECTION<br>        "init=epsg:4326"<br>   END<br>
<br>   CLASS<br>     NAME       "Roads"<br>     MAXSCALE     80000<br>     MINSCALE     20000<br>     STYLE<br>       ANTIALIAS    TRUE<br>       COLOR        150 150 150<br>       WIDTH        3<br>     END<br>
     STYLE<br>       ANTIALIAS    TRUE<br>       COLOR        255 255 255<br>       WIDTH        1<br>     END<br>   END<br>END<br><br>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! Mail has the best spam protection around
<br><a href="http://mail.yahoo.com">http://mail.yahoo.com</a><br></blockquote></div><br>