Closed
Description
Hi,
On a GetFeatureInfo on a wms layer with a origin specified, the server return this error
{"version":"1.1.1","exceptions":[{"code":"InvalidParameterValue","locator":"ORIGIN[]","text":"Found multiple, inconsistent values for parameter ORIGIN[]: [140000, 160000]"}]}
The error is related to the fact that the GFI send array parameters in a PHP way (?)
&origin[]=140000&origin[]=160000
As (http://docs.geoserver.org/latest/en/user/services/wms/reference.html#wms-getfeatureinfo) WMS GetFeatureInfo do not care about origin. Maybe it would be better to exclude this param for GetFeatureInfo requests ?
Metadata
Assignees
Labels
No labels
Activity