Hi,
I try to send a GetMap request with Filter param like this :
http://localhost:8080/geoserver-1.4/wms?VERSION=1.0.0&request=GetMap&bbox=-180,-90,180,90&styles=green&Format=image/png&width=650&height=450&layers=topp:CAM_POLYGONE&srs=EPSG:4326&Filter=<Filter><FeatureId
fid='CAM_POLYGONE.5020050'/><FeatureId
fid='CAM_POLYGONE.5100010'/>....</Filter>
but I've a problem when number of <FeatureId fid='...'/> are higher than
160.
It's probably an HTTP limitation, If anybody have had this problem if he
could confirm that?
So I would like to send this GetMap by Post Request (like the example in
Geoserver Docs)
but I use mapbuilder and, with XmlHttpRequest, retrieving a image/png from
Geoserver seems to be impossible.
I would know if GeoserverUsers have a way to explore for retrieving result
of GetMap request in javascript or if it's only possible with JAVA or using
a toolkit like DWR
thanks in advance
--
View this message in context: http://www.nabble.com/Filter-too-long-tf2870143.html#a8021990
Sent from the GeoServer - User mailing list archive at Nabble.com.