hi there, here are a few bugs from my experiences with trying out this new feature.<br><br>- the compositing of the layers with the background looses the antialiasing... <br>&nbsp;example features drawn against (white) background: 
<a href="http://www.terriscope.fr/ms_tmp/withbg.png">http://www.terriscope.fr/ms_tmp/withbg.png</a><br>&nbsp;example features drawn against another (gray) layer: <a href="http://www.terriscope.fr/ms_tmp/nobg.png">http://www.terriscope.fr/ms_tmp/nobg.png
</a><br><br>- polygons aren&#39;t filled if &quot;TRANSPARENCY&quot; keyword is present<br>&nbsp;without &quot;transparency&quot; keyword: <a href="http://www.terriscope.fr/ms_tmp/polynotrans.png">http://www.terriscope.fr/ms_tmp/polynotrans.png
</a><br>&nbsp;with &quot;transparency&quot; keyword: <a href="http://www.terriscope.fr/ms_tmp/polytrans.png">http://www.terriscope.fr/ms_tmp/polytrans.png</a><br><br>- I&#39;m having a problem with the java mapscript version with the vm crashing with 
<br>&quot;/usr/lib/jvm/java-6-sun-1.6.0.00/bin/java: symbol lookup error: /home/tom/java/mapscript/unstable/libmapscript.so: undefined symbol: _ZN3agg12vcgen_strokeC1Ev&quot; . this happens with all line layers, and with polygon layers when color AND outlinecolor are simultaneously specified
<br><br>cheers,<br>thomas<br>
<br><br><div><span class="gmail_quote">On 3/10/07, <b class="gmail_sendername">John Novak</b> &lt;<a href="mailto:jnovak@novacell.com">jnovak@novacell.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Tom,<br><br>Please do provide input on your experiences with the new AGG code,<br><br>Best,<br><br>John Novak<div><span class="e" id="q_11139fcce2dbe639_1"><br><br><div><span class="gmail_quote">On 3/9/07, <b class="gmail_sendername">
Steve Lime</b> &lt;<a href="mailto:Steve.Lime@dnr.state.mn.us" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Steve.Lime@dnr.state.mn.us</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Use at your own peril, but you can certainly play with it. John Novak has done the bulk of the work to date
<br>with new input coming from Assefa. It looks promising so many thanks for the excellent work to date.<br><br>I don&#39;t believe there are extensions to the Windows Makefile but I did commit configure support for *nix
<br>
yesterday. Works fine on my SuSE box. Just do a --with-agg=path to agg when running configure and<br>it should work. You need agg version 2.4 at this point. Agg doesn&#39;t have install scripts so I just left it<br>where I built it (
e.g. /usr/local/src/agg-2.4). Configure will look for that type of setup or in the system libs.<br><br>To use simply plop a OUTPUTFORMAT in your mapfile like so:<br><br> OUTPUTFORMAT<br>&nbsp;&nbsp;&nbsp;&nbsp;NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;myAggRgb<br>

&nbsp;&nbsp;&nbsp;&nbsp;DRIVER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AGG/PNG<br>&nbsp;&nbsp;&nbsp;&nbsp;IMAGEMODE&nbsp;&nbsp; RGB<br>&nbsp;&nbsp;END<br><br>RGB and RGBA are supported.<br><br>The AGG driver uses GD as the buffer manager, so basically AGG renders to a GD image so we can use GD<br>file writing and any of the other GD writing code. That allows us to concentrate on pieces of the rendering
<br>while still creating complete images. At the moment I believe polygons and lines are rendered using AGG<br>while markers and text fallback on their GD counterparts.<br><br>Steve<br><br><br>&gt;&gt;&gt; On 3/9/2007 at 1:36 PM, in message
<br>&lt;<a href="mailto:2576812186CDD411BF1500508B6DCE9511B30C88@ecnwri1.ontario.int.ec.gc.ca" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">2576812186CDD411BF1500508B6DCE9511B30C88@ecnwri1.ontario.int.ec.gc.ca
</a>&gt;,<br>&quot;Kralidis,Tom [Burlington]&quot; &lt;<a href="mailto:Tom.Kralidis@EC.GC.CA" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Tom.Kralidis@EC.GC.CA</a>&gt; wrote:<br>&gt; Just noticed mapagg.cpp in CVS HEAD.<br>&gt;<br>&gt; Is / can this be tried out?&nbsp;&nbsp;Any build details?<br>&gt;<br>&gt; ..Tom<br></blockquote></div><br><br clear="all"><br></span>
</div><span class="sg">-- <br>
John Novak<br>Novacell Technologies and the Old Topo Depot<br><a href="http://www.novacell.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.novacell.com</a><br>877-old-topos
</span></blockquote></div><br>