Re: [Geoserver-users] GetFeatureInfo POST request with JSON data

2014-12-19 Thread Martin Davis
I didn't realize about the WMS POST capability. Is that in the docs?I guess this would be useful for including very long requests (e.g. long filter expressions) ? On Fri, Dec 19, 2014 at 5:49 AM, Andrea Aime wrote: > > On Fri, Dec 19, 2014 at 1:53 PM, Cosme Benito > wrote: >> >> Hello, I’m

Re: [Geoserver-users] GetFeatureInfo POST request with JSON data

2014-12-19 Thread Andrea Aime
On Fri, Dec 19, 2014 at 1:53 PM, Cosme Benito wrote: > > Hello, I’m trying to implement a GetFeatureInfo request using HTTP POST > with the data in JSON format. > > > > Instead of doing something like: > > $http.get(‘http://geoserver/ > GetFeatureInfo&service=WMS&version=1.1.1&BBOX=-9.268684387207

[Geoserver-users] GetFeatureInfo POST request with JSON data

2014-12-19 Thread Cosme Benito
Hello, I'm trying to implement a GetFeatureInfo request using HTTP POST with the data in JSON format. Instead of doing something like: $http.get('http://geoserver/