Re: problems with getURL in CVS build

2005-02-11 Thread Andreas Neumann
The problem was with the gziped content. I'll commit a fix either tonight or over the weekend. yes, the content sent back was gziped with Apache mod_gzip - that explains it! BTW there is some totally untested postURL support in the current CVS build. thank you! it's not that urgent - enjo

Re: problems with getURL in CVS build

2005-02-11 Thread Thomas DeWeese
Hi Andreas, Andreas Neumann wrote: sorry, in my previous mail - the link to the app is at http://www.carto.net/williams/yosemite/index.svg instead of http://www.carto.net/williams/yosemite/loaddata.js The problem was with the gziped content. I'll commit a fix either tonight or over the weekend

Re: problems with getURL in CVS build

2005-02-11 Thread Andreas Neumann
sorry, in my previous mail - the link to the app is at http://www.carto.net/williams/yosemite/index.svg instead of http://www.carto.net/williams/yosemite/loaddata.js The full code is available at http://www.carto.net/williams/yosemite/loaddata.js - the application is available at http://www.ca

problems with getURL in CVS build

2005-02-11 Thread Andreas Neumann
Hi all, in my mapping applications I make extensive use of getURL() to load map data to the current map extent. I don't load complete XML files, but just chunks of SVG or XML. It worked fine in the Batik 1.5.1 official release, but does not work in the current CVS version. I don't know why. Usi