Skip to content

GetfeatureInfo fail on WMS Layer with origin parameter #1298

Closed
@ndufrane

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions