On Wed, Nov 17, 2010 at 1:11 AM, Stefan A. Tzeggai <[email protected]> wrote: > Hi > > Maybe this helps: > > I remember this worked in 2.6.1 .. broke later in 2.6.x when Simone > emailed me, that reading geotiff mosaics from jars ( > jar://http://mmm.jar!/myfile.tif ) didn't work anymore. > > since then i am copying the files into /tmp (which is also faster than > jar access)
And requires a writable temp, but yeah, it's for sure faster :-) In my case I really don't want to add the extra burden of file copying and managing (e.g., make sure they are cleaned up) in the test cases Cheers Andrea ----------------------------------------------------- Ing. Andrea Aime Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584962313 fax: +39 0584962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ----------------------------------------------------- ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
