|
From: Andrea A. <aa...@op...> - 2009-03-20 10:40:21
|
Helder Brandao ha scritto: > Hi list! Hi. Remember to subscribe before posting to the ml > I want to parse my get request to post request with all parameters. > > http://XXXXXXXXXXXXXXX/Geoserver/wms?LAYERS=aaa%3ABBBBBB&GEOMETRY_COLUMN=LOCATION&FEATURENS=http%3A%2F%2Fwww.yyyy.cz%2Fabc&TRANSPARENT=true&FORMAT=image%2Fpng&STYLES=sld_aaa&CQL_FILTER=TYPE%20%3D%201&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&EXCEPTIONS=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A27492&BBOX=-89920.88750938741,-98306.97096979122,-89209.27020477188,-98066.10854430137&WIDTH=1492&HEIGHT=505 > > I obtained this post request but I doesn't known how can i put the > CQL_FILTER parameter in the xml... Someone have an example of post request > with the parameter CQL_FILTER? There is a simple answer, you cannot. None of the vendor parameters is supported in POST xml requests Plus, GeoServer rimplements WMS 1.1, not WMS 1.3. What is the reason you're trying to use XML POST? There are other ways to deal with custom, big styles. Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. |