On Thu, 06 Jul 2006 21:35:08 +0200, Phi Tran <[EMAIL PROTECTED]> wrote:
> On 7/6/06, sent1729 <[EMAIL PROTECTED]> wrote: >> >> Thanks for the suggestion. >> >> In my application (GIS and Mapping), I wanted to show the streets >> which are polylines, with borders. If I reverse the coordinates for >> all the polylines, then it will increase the file size. The >> suggestion that you gave seem to work, but I am looking for drawing >> borders to my polylines without increasing my file size. >> >> Thanks again for your input. >> >> Nathan. >> > > I am glad it helps you a little. > > If the file size if some thing of your bottle neck then you may think of > using ZipProtocol. Where you can send a Zip instead of SVG. (You don't > have > to use its SVG feature). Or why not just use gzip transfer-encoding? If you're concerned about server-side filesizes then perhaps gzip the files there, that should probably also work. The file-extension for those gzipped svgs should be *.svgz. Regards /Erik -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

