Skip to content
New issue

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

GetfeatureInfo fail on WMS Layer with origin parameter #1298

Closed
ndufrane opened this issue Nov 25, 2016 · 0 comments · Fixed by #1299
Closed

GetfeatureInfo fail on WMS Layer with origin parameter #1298

ndufrane opened this issue Nov 25, 2016 · 0 comments · Fixed by #1299

Comments

@ndufrane
Copy link
Contributor

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant