Skip to content

support of distinct search-typename in WMS layers #12573

Description

@tha-nordiq

Description

The search object is a reference to a corresponding WFS-service on a WMS layer.
It is used in various places like filters and attribute table.
At the moment the typename is assumed to be identical to the layer-name of the WMS.
this assumption is not always correct and so for some layers, having a corresponding wfs is impossible.
We lack a seperate typename in the searchObject.

Example

{
    "name": "pdk:theme_pdk_lokalplandelomraade_vedtaget",
    "type": "wms",
    "url": "https://geoserver1.plandata.dk/geoserver/wms",
    "search": {
        "url": "https://geoserver2.plandata.dk/geoserver/wfs",
        "type": "wfs",
        "typeName": "pdk:lokalplandelomraade"
    },
    ...
}

Acceptance criteria

  • separate typename in layer.search.typeName
  • used in every place the layers wfs is used
  • gui to edit the url and typename

mockup

Image

Activity

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

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions