On 7/7/06, Erik Dahlström <[EMAIL PROTECTED]> wrote: > > 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 > There is a differnce between using dzip and using ZipProtocol. Pros/con
. Gzip have a little better compression ratio. In this case Gzip only work on one SVG file such as ABC.svg ->ABC.svgz.-There are no mechanism for the server to tell the client to cache those SVGz file. . ZipProtocol can contains many,many files SVG, HTML,JS,CSS,SVG, so on you name it.. ALL those files are pre-fetched /cached. Such as when user click on the link it's there instantly . If you are using intranet version then those Zip Files will stay cached until: Server delete, Server update or delete by the client. They all are there instantly to the client next time when he/she goes to the site again. You can view this feature is a mechnism for the server to manage, download its files and make them stayed its client,s node. - Note: don't worry much about security. Cached files are scripted Hope this help you a little more. Phi -- > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ > > > > > ----- > 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 > > > > > > > -- Phi - Tran Hugely inrease your speed, saving your band-width with ZipProtocol plus crystal clear SVG Rendering image at HTTP://oneplusplus.com [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/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/

