<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 15, 2011, at 12:56 PM, Steve Lime wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div bgcolor="#FFFFFF"><div>Cool effect... Is this AGG output? Do the lines persist if you create the map with shp2img?</div></div></blockquote><br></div><div><br></div><div>This is AGG output. &nbsp;I have managed to solve the problem by making some changes to the OUTPUTFORMAT section of the mapfile that has worked fine for us for years. &nbsp;Here is the original block:</div><div><br></div><div><div>OUTPUTFORMAT&nbsp;</div><div>&nbsp; NAME png&nbsp;</div><div>&nbsp; DRIVER "AGG/PNG"&nbsp;</div><div>&nbsp; MIMETYPE "image/png"&nbsp;</div><div>&nbsp; IMAGEMODE RGB&nbsp;</div><div>&nbsp; EXTENSION "png"&nbsp;</div><div>&nbsp; FORMATOPTION "INTERLACE=OFF"&nbsp;</div><div>END</div><div><br></div></div><div>And here is the new block:</div><div><br></div><div><div>OUTPUTFORMAT&nbsp;</div><div>&nbsp; NAME png&nbsp;</div><div>&nbsp; DRIVER "AGG/PNG"&nbsp;</div><div>&nbsp; MIMETYPE "image/png"&nbsp;</div><div>&nbsp; IMAGEMODE RGBA</div><div>&nbsp; EXTENSION "png"&nbsp;</div><div>&nbsp; FORMATOPTION "INTERLACE=OFF"&nbsp;</div><div>&nbsp; TRANSPARENT OFF</div><div>END</div></div><div><br></div>I hope there's nothing out of the ordinary there, but it works for me, so I'm moving on.<div><br></div><div>Pete</div><div><br><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Helvetica; font-size: 12px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>--</div><div>Pete&nbsp;Deffendol</div><div>Senior Web Developer</div><div>Multimedia Data Services Corp.</div><div><a href="mailto:pete@mdsc.com">pete@mdsc.com</a></div><div>Phone: 435-227-5465</div></div></div></span></div>
</div>
<br></div></body></html>