On Wed, Mar 16, 2011 at 3:16 PM, Jose Vieira <[email protected]> wrote: > Hi all, > > > > Does anyone knows if it is possible to get rotated WMS (pngs) request from > Geoserver (2.0.2 or 2.1 RC2) , both GET and POST requests? > > I’ve seen the parameter “angle” that we can add to the query string (in case > of GET requests), but I think that’s doing nothing. > > Moreover, I don’t really know if it is possible to add such parameter ( or > similar ) to a POST request.
It's not possible to add it to a post request. It works for me on 2.0.x (not 2.0.2, a nightly 2.0.x build) and on 2.1.x (2.1.x nightlies) 2.0.x (with vector data) http://demo.opengeo.org/geoserver/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp:states&styles=&bbox=-124.731,24.956,-66.97,49.372&width=780&height=330&srs=EPSG:4326&format=image/png&angle=45 2.1.x (with raster data): http://demo1.geo-solutions.it/playground/wms?LAYERS=GeoSolutions%3ADEM_Vulcano&STYLES=&FORMAT=image%2Fjpeg&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&EXCEPTIONS=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A4326&BBOX=14.5795,38.17396875,15.2495,38.82303125&WIDTH=512&HEIGHT=496&angle=45 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
