On Wed, Mar 16, 2011 at 9:48 AM, jiang wang <[email protected]> wrote: > Hi GS > This is my request > "http://localhost:8080/geoserver/wcs?SERVICE=WCS&VERSION=1.1.0&REQUEST=GetCoverage&IDENTIFIER=cite:wsiearth&BOUNDINGBOX=-179.99999899994998,-89.99999993704998,179.99999887005004,89.99999999995,EPSG:4326&FORMAT=PNG > ".The response is a EML file with a PNG attached it. > My problamble is when the PNG is too big ,i cant get it,But other format is > OK.Dose anyone known what happend and how to fix it.
Hum... PNG encoding needs to load the entire image into memory to encode it. Try go into the JAI settings and enable "imageio caching". That will make WMS slower, but may allow you to get png downloading from wcs working Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 mob: +39 333 8128928 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
