We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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 ?
The text was updated successfully, but these errors were encountered: