> > 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.
> 

yes, and you may use Apaches module mod_deflate which can gzip compress text 
files on the 
fly during delivery. I use this for our Yosemite project 
http://www.carto.net/williams/
yosemite/ where the dynamically generated vector data from the PostgreSQL 
database is 
gzipped by mod_deflate during delivery.

btw: I would recommend using path elements instead of polylines. Path elements 
are more 
flexible than polylines.

Andreas






-----
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/
 


Reply via email to