Skip to content

WmsLayerOptions does not support not specified layers #48

Description

@basisbit

According to WMS 1.1.1 and 1.3.0 standard definition, the request url for WMS requests may be done without specifying a specific layer selection. In such a case, all server-layers will be rendered into the requested image.
In such a case, the request url may not contain the "&LAYERS=" because that is not allowed to be empty.
I think adding an isEmpty (or equals "") check in WmsLayerOptions.java and then not setting the layers option should already fix this issue.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions