2011/4/20 ΑΠΟΣΤΟΛΟΣ ΛΕΛΕΝΤΖΗΣ <[email protected]>: > Hello list! > > I need your help! I try to define a WCS request at GeoServer 2.0.2. > My request described below. > > http://localhost:8080/geoserver/ows? > request=GetCoverage > &version=1.1.1 > &identifier=attiki:xalandri > &service=WCS > &format=image/geotiff > &BoundingBox= > 482396.03,4207486.264,483449.154,4208494.334,urn:ogc:def:crs:EPSG::2100 > &GridBaseCRS=urn:ogc:def:crs:EPSG::2100 > &GridOffsets=0.6257421803570491,0.0,0.0,-0.6257421803567617 > > and i received an file with eml extension. What informations include that > file??I can't understand the contents. > Why my request return the above file, and not an image??
Because the WCS 1.1 specification mandates the return type of a WCS request be a mime/multipart document. There is no way to get directly the image. I don't like it either, but that's what the spec says. Try adding &store=true, you should get a xml document that contains a link back to the server, the link will allow you to download the image as is 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 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 ------------------------------------------------------- ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
